Server IP : 192.185.129.71 / Your IP : 3.140.247.39 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/school/application/views/backend/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $system_name = $this->db->get_where('settings' , array('type'=>'system_name'))->row()->description; //$system_title = $this->db->get_where('settings' , array('type'=>'system_title'))->row()->description; $text_align = $this->db->get_where('settings' , array('type'=>'text_align'))->row()->description; $account_type = $this->session->userdata('login_type'); $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> <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="Edusiri - School Management System" /> <meta name="author" content="Thinksonic" /> <?php include 'includes_top.php';?> </head> <body class="page-body <?php if ($skin_colour != '') echo 'skin-' . $skin_colour;?>" > <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> <?php //include 'chat.php';?> </div> <?php include 'modal.php';?> <?php include 'includes_bottom.php';?> </body> </html>