seinheit.ch/application/view/Page/post.phtml
2013-07-17 17:34:33 +02:00

13 lines
379 B
PHTML

<?php if($this->header_image): ?>
<img id="header_image" src="<?php echo $this->base ?>/img/header/<?php echo $this->header_image ?>" alt="">
<?php endif ?>
<?php if($this->title): ?>
<h1><?php echo $this->title ?></h1>
<?php endif ?>
<?php if($this->subtitle): ?>
<h2><?php echo $this->subtitle ?></h2>
<?php endif ?>
<div id="content">
<?php echo $this->content ?>
</div>