Merge branch 'master' of github.com:jeena/seinheit.ch
This commit is contained in:
commit
927f7dcca2
2 changed files with 48 additions and 2 deletions
|
|
@ -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 ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue