| 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 : |
<?php
$system_name = $this->db->get_where('settings' , array('type'=>'system_name'))->row()->description;
$text_align = $this->db->get_where('settings' , array('type'=>'text_align'))->row()->description;
$account_type = $this->session->userdata('login_type');
if($account_type == "group"){
$account_type = "student";
}
$skin_colour = $this->db->get_where('settings' , array('type'=>'skin_colour'))->row()->description;
$active_sms_service = $this->db->get_where('settings' , array('type'=>'active_sms_service'))->row()->description;
$running_year = $this->db->get_where('settings' , array('type'=>'running_year'))->row()->description;
?>
<!DOCTYPE html>
<html lang="en" dir="<?php if ($text_align == 'right-to-left') echo 'rtl';?>">
<head>
<base href="<?php echo NS_BASE_URL; ?>"/>
<title><?php echo $page_title;?> | <?php echo $system_name;?></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="description" content="Ekattor School Manager Pro - Codes.Solutions" />
<meta name="author" content="Creativeitem" />
<?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>
<body class="page-body" >
<div id="loading">
<p>Loading
<br>
...
<br>
<img src="/assets/images/loader-sand.gif" class="center"/></p>
</div>
<div class="page-container <?php if ($text_align == 'right-to-left') echo 'right-sidebar';?>
<?php if($page_name == 'attendance_report_view') echo 'sidebar-collapsed';?>" >
<?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 'modal.php';?>
<?php include 'includes_bottom.php';?>
<?php include 'alerts.php';?>
</body>
</html>