File "header.php"
Full Path: /home/ichhrkpd/public_html/application/config/header.php
File size: 11.34 KB
MIME-type: text/html
Charset: utf-8
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Ichhamati Degree College" />
<meta name="keywords" content="Ichhamati Degree College" />
<meta name="author" content="ThemeMascot" />
<!-- Page Title -->
<title>Ichhamati Degree College</title>
<!-- Favicon and Touch Icons -->
<link href="<?php echo base_url();?>images/idc-favicon.png" rel="shortcut icon" type="image/png">
<link href="<?php echo base_url();?>images/idc-favicon.png" rel="icon">
<link href="<?php echo base_url();?>images/idc-favicon.png" rel="icon" sizes="72x72">
<link href="<?php echo base_url();?>images/idc-favicon.png" rel="icon" sizes="114x114">
<link href="<?php echo base_url();?>images/idc-favicon.png" rel="icon" sizes="144x144">
<!-- Stylesheet -->
<link href="<?php echo base_url();?>css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="<?php echo base_url();?>css/jquery-ui.min.css" rel="stylesheet" type="text/css">
<link href="<?php echo base_url();?>css/animate.css" rel="stylesheet" type="text/css">
<link href="<?php echo base_url();?>css/css-plugin-collections.css" rel="stylesheet"/>
<!-- CSS | menuzord megamenu skins -->
<link href="<?php echo base_url();?>css/menuzord-megamenu.css" rel="stylesheet"/>
<link id="menuzord-menu-skins" href="<?php echo base_url();?>css/menuzord-skins/menuzord-boxed.css" rel="stylesheet"/>
<!-- CSS | Main style file -->
<link href="<?php echo base_url();?>css/style-main.css" rel="stylesheet" type="text/css">
<!-- CSS | Preloader Styles -->
<link href="<?php echo base_url();?>css/preloader.css" rel="stylesheet" type="text/css">
<!-- CSS | Custom Margin Padding Collection -->
<link href="<?php echo base_url();?>css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css">
<!-- CSS | Responsive media queries -->
<link href="<?php echo base_url();?>css/responsive.css" rel="stylesheet" type="text/css">
<!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. -->
<!-- <link href="css/style.css" rel="stylesheet" type="text/css"> -->
<!-- CSS | Theme Color -->
<link href="<?php echo base_url();?>css/colors/theme-skin-color-set1.css" rel="stylesheet" type="text/css">
<!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. -->
<!-- Revolution Slider 5.x CSS settings -->
<link href="<?php echo base_url();?>js/revolution-slider/css/settings.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo base_url();?>js/revolution-slider/css/layers.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo base_url();?>js/revolution-slider/css/navigation.css" rel="stylesheet" type="text/css"/>
<!-- external javascripts -->
<script src="<?php echo base_url();?>js/jquery-2.2.4.min.js"></script>
<script src="<?php echo base_url();?>js/jquery-ui.min.js"></script>
<script src="<?php echo base_url();?>js/bootstrap.min.js"></script>
<!-- JS | jquery plugin collection for this theme -->
<script src="<?php echo base_url();?>js/jquery-plugin-collection.js"></script>
<link href="https://fonts.googleapis.com/earlyaccess/notosansbengali.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i,900" rel="stylesheet" />
<link href="//db.onlinewebfonts.com/c/08abfb8ac2e3dd415deee40206de1335?family=IcoFont" rel="stylesheet" type="text/css"/>
<!-- Revolution Slider 5.x SCRIPTS -->
<script src="<?php echo base_url();?>js/revolution-slider/js/jquery.themepunch.tools.min.js"></script>
<script src="<?php echo base_url();?>js/revolution-slider/js/jquery.themepunch.revolution.min.js"></script>
<script src="<?php echo base_url();?>lib/plugins/toaster/toastr.js"></script>
<link rel="stylesheet" href="<?php echo base_url();?>/lib/plugins/toaster/toastr.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="has-side-panel side-panel-right fullwidth-page">
<?php
$currentPage=$this->router->class."/".$this->router->method;
?>
<div id="wrapper">
<!-- Header -->
<header id="header" class="header">
<div class="header-top sm-text-center" style="background-color: #00bcd4 !important;">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="widget" style="line-height:unset !important">
<ul class="list-inline text-right flip sm-text-center">
<li>
<a class="text-white" href="<?php echo base_url()."page/set_language/type/bn";?>">বাংলা</a>
</li>
<li class="text-white">|</li>
<li>
<a class="text-white" href="<?php echo base_url()."page/set_language/type/en";?>">English</a>
</li>
<li class="text-white">|</li>
<li>
<div class="search-form-wrapper">
<form id="searchform" method="get" style="margin-bottom: unset !important; padding: unset !important">
<input class="" type="text" name="s" id="searchinput" value="Enter your search" onblur="if(this.value === '') { this.value ='Enter your search'; }" onfocus="if(this.value =='Enter your search') { this.value = ''; }" >
<label style="top: unset !important;">
<input type="submit" value="" name="submit" style="height: unset !important;" >
</label>
</form>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="header-middle p-0 xs-text-center" style="background-color: #116cb5 !important; ">
<div class="container">
<div class="row ">
<div class="col-xs-12 col-sm-12 col-md-2">
<a class="menuzord-brand pull-left flip sm-pull-center mb-10" href="<?php echo base_url();?>"><img src="<?php echo base_url();?>images/idc-logo.png" alt=""></a>
</div>
<div class="col-xs-12 col-sm-12 col-md-10 logo-title">
<h1 class="college-name text-center">
<span class='cn-en'>Ichhamati Degree College, Ranirbandar, Dinajpur</span>
</h1>
<p class='text-center cn-bn'>
ইছামতি ডিগ্রী কলেজ, রানীরবন্দর, দিনাজপুর।
</p>
</div>
</div>
</div>
</div>
<?php
$language = 'en';
$language_type = $this->session->flashdata('language_type');
if(isset($language_type['type'])){
$language = $language_type['type'];
}
?>
<div class="header-nav">
<div class="header-nav-wrapper navbar-scrolltofixed bg-theme-colored" style="box-shadow:unset !important">
<div class="container">
<nav id="menuzord" class="menuzord blue no-bg">
<span style="color:#fff;float:right; margin-top:10px" class="menu-show">Menu</span>
<ul class="menuzord-menu">
<li class="<?php echo in_array($currentPage, array("home/index"))?" active ":"";?>" ><a href="<?php echo base_url();?>"> <?php echo $language == 'en'? 'Home' : 'হোম'; ?></a></li>
<li class="<?php echo in_array($currentPage, array("page/about"))?" active ":"";?>"><a href="<?php echo base_url()."page/about";?>">About Us</a></li>
<li class="<?php echo in_array($currentPage, array("academic/teachers","academic/syl_science","student_info","academic/syl_arts","academic/syl_commerce","academic/calendar","academic/rules"))?" active ":"";?>"><a href="#">Academic</a>
<ul class="dropdown">
<li><a href="<?php echo base_url()."academic/teachers";?>">Teachers</a></li>
<li><a href="#">Syllabus</a>
<ul class="dropdown">
<li><a href="<?php echo base_url()."academic/syl_science";?>">Science</a></li>
<li><a href="<?php echo base_url()."academic/syl_arts";?>">Arts</a></li>
<li><a href="<?php echo base_url()."academic/syl_commerce";?>">Commerce</a></li>
</ul>
</li>
<li><a href="<?php echo base_url()."student_info";?>">Student's Login</a></li>
<li><a href="<?php echo base_url()."academic/calendar";?>">Academic Calendar</a></li>
<li><a href="<?php echo base_url()."academic/rules";?>">Rules & Regulation</a></li>
</ul>
</li>
<li class="<?php echo in_array($currentPage, array("page/administration"))?" active ":"";?>"><a href="<?php echo base_url()."page/administration";?>">Administration</a> </li>
<li class="<?php echo in_array($currentPage, array("admission"))?" active ":"";?>"><a href="<?php echo base_url()."admission";?>">Admission</a> </li>
<li class="<?php echo in_array($currentPage, array("page/results"))?" active ":"";?>"><a href="#">Results</a>
<ul class="dropdown">
<li><a href="<?php echo base_url()."page/results";?>">Class XI & XII</a></li>
<li><a target="_blank" href="http://results.nu.ac.bd/">Degree</a></li>
</ul>
</li>
<li class="<?php echo in_array($currentPage, array("page/notices"))?" active ":"";?>"><a href="<?php echo base_url()."page/notices";?>">Notices</a> </li>
<li class="<?php echo in_array($currentPage, array("page/news_events"))?" active ":"";?>"><a href="<?php echo base_url()."page/news_events";?>">News & Events</a> </li>
<li class="<?php echo in_array($currentPage, array("page/library"))?" active ":"";?>"><a href="<?php echo base_url()."page/library";?>">Library</a> </li>
<li><a href="<?php echo base_url();?>">Payment</a> </li>
<li class="<?php echo in_array($currentPage, array("page/gallery"))?" active ":"";?>"><a href="<?php echo base_url()."page/gallery";?>">Gallery</a> </li>
<li class="<?php echo in_array($currentPage, array("page/forms"))?" active ":"";?>"><a href="<?php echo base_url()."page/forms";?>">Forms</a> </li>
<li class="<?php echo in_array($currentPage, array("page/contact"))?" active ":"";?>"><a href="<?php echo base_url()."page/contact";?>">Contact Us</a> </li>
</ul>
</nav>
</div>
</div>
</div>
</header>