| Server IP : 188.114.97.2 / Your IP : 104.23.197.231 Web Server : Apache/2.4.59 (Debian) System : Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64 User : edlftp ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/nicolasj/www/sms.formationlangues.be/application/views/backend/ |
Upload File : |
<!DOCTYPE html>
<?php
$account_type = $this->session->userdata('login_type');
if ($account_type == "group") {
$account_type = "student";
}
?>
<html lang="en">
<head>
<base href="<?php echo NS_BASE_URL; ?>" />
<title><?php echo $page_title;?> | EcoleDeLangues</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Crea4You" />
<?php include 'includes_top.php';?>
</head>
<?php include 'includes_dev.php';?>
<div id="info-box" clas="navbar-fixed-top">
you shoudnt see this box please contact the admin!
</div>
<div id="notif-box" clas="navbar-fixed-top">
you shoudnt see this box please contact the admin!
</div>
<body class="page-body">
<?php /* Tracker Google Ads */ ?>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WJJ7FQG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div id="loading">
<p>Loading
<br>
...
<br>
<img src="/assets/images/loader-sand.gif" class="center" />
</p>
</div>
<div class="page-container">
<?php include $account_type.'/navigation.php';?>
<div class="main-content">
<?php include 'header.php';?>
<h3 style="">
<i class="entypo-right-circled"></i>
<?php echo $page_title;?>
</h3>
<?php include $account_type.'/'.$page_name.'.php';?>
<?php include 'footer.php';?>
</div>
</div>
<?php include 'includes_bottom.php';?>
</body>
</html>