Merge branch 'master' of github.com:jeena/seinheit.ch

This commit is contained in:
Logsol 2013-07-17 19:16:47 +02:00
commit 927f7dcca2
2 changed files with 48 additions and 2 deletions

View file

@ -1,8 +1,9 @@
<?php if($this->header_image): ?>
<img id="header_image" src="<?php echo $this->base ?>/img/header/<?php echo $this->header_image ?>" alt="">
<?php endif ?>
<h1><?php echo $this->title ?></h1>
<?php if($this->title): ?>
<h1><?php echo $this->title ?></h1>
<?php endif ?>
<?php if($this->subtitle): ?>
<h2><?php echo $this->subtitle ?></h2>
<?php endif ?>