updated templates and snippets

This commit is contained in:
markseu 2019-01-29 15:09:36 +01:00
parent 80ca3ca4e1
commit 5fd0d04d50
4 changed files with 8 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,7 +0,0 @@
<div class="content">
<?php $yellow->snippet("sidebar") ?>
<div class="main" role="main">
<h1><?php echo $yellow->page->getHtml("titleContent") ?></h1>
<?php echo $yellow->page->getContent() ?>
</div>
</div>

View file

@ -1,3 +1,9 @@
<?php $yellow->snippet("header") ?>
<?php $yellow->snippet("content-default") ?>
<?php $yellow->snippet("footer") ?>
<div class="content">
<?php $yellow->snippet("sidebar") ?>
<div class="main" role="main">
<h1><?php echo $yellow->page->getHtml("titleContent") ?></h1>
<?php echo $yellow->page->getContent() ?>
</div>
</div>
<?php $yellow->snippet("footer") ?>