Файл: severus/application/views/public_header.php
Строк: 89
<?php
$hidelogin = (isset($hidelogin) && !empty($hidelogin)) ? $hidelogin : false;
?>
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><?php echo $this->config->item("app_name");?> <?php echo $this->config->item("app_sub");?></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="<?php echo $this->config->item("base_url");?>severus-icon.png">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="<?php echo $this->config->item("base_url");?>css/normalize.css">
<link rel="stylesheet" href="<?php echo $this->config->item("base_url");?>css/fonts.css">
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script|Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="<?php echo $this->config->item("base_url");?>css/main.css">
<script src="<?php echo $this->config->item("base_url");?>js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header id="banner" class="fullwidth">
<section id="topbar" class="fullwidth">
<section id="toplinks" class="body">
<a id="logo" href="/"><?php echo $this->config->item("app_sub");?> <span>v<?php echo $this->config->item("version");?></span></a>
<div class="themelogo"><?php echo $this->config->item("app_name");?></div>
<section id="topbuttons">
<?php if($hidelogin !== true) { ?><a class="button greybutton" href="<?php echo $this->config->item("base_url");?>index.php/home/login/"><i class="icon-file"></i><?php echo trans('button_login','Login');?></a><?php } ?>
</section>
</section>
</section>
</header>