fixed title
This commit is contained in:
parent
05de07abcd
commit
e65e31cbd2
1 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,12 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Seinheit - <?php echo Navigation::getTitle(); ?></title>
|
<title>
|
||||||
|
Seinheit
|
||||||
|
<?php if(Navigation::getTitle()): ?>
|
||||||
|
- <?php echo Navigation::getTitle(); ?>
|
||||||
|
<?php endif ?>
|
||||||
|
</title>
|
||||||
<link href='http://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
|
<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" />
|
<link rel="stylesheet" type="text/css" href="<?php echo $this->base ?>/style/main.css" />
|
||||||
<link rel="shortcut icon" href="<?php echo $this->base ?>/img/favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="<?php echo $this->base ?>/img/favicon.ico" type="image/x-icon" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue