cleaned up head
This commit is contained in:
parent
9730d84d5c
commit
12953ec13d
1 changed files with 7 additions and 17 deletions
|
@ -1,23 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
<?php if(Navigation::getTitle()): ?>
|
||||
<?php echo Navigation::getTitle(); ?> -
|
||||
<?php endif ?>
|
||||
Seinheit
|
||||
</title>
|
||||
<link href='http://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $this->base ?>/style/main.css" />
|
||||
<?php if(Access::isLoggedIn()) { ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $this->base ?>/style/admin.css" />
|
||||
<script src="<?php echo $this->base ?>/script/admin.js"></script>
|
||||
<?php } ?>
|
||||
<link rel="shortcut icon" href="<?php echo $this->base ?>/img/favicon.ico" type="image/x-icon" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="Description" content="" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta charset="utf-8">
|
||||
<title><?php if(Navigation::getTitle()) echo Navigation::getTitle() . " - "; ?>Seinheit</title>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $this->base ?>/style/main.css" />
|
||||
<?php if(Access::isLoggedIn()): ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $this->base ?>/style/admin.css" />
|
||||
<script src="<?php echo $this->base ?>/script/admin.js"></script>
|
||||
<?php endif ?>
|
||||
</head>
|
||||
<body<?php if(Access::isLoggedIn()): ?> class="admin"<?php endif ?>>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue