updated templates and snippets
This commit is contained in:
parent
80ca3ca4e1
commit
5fd0d04d50
4 changed files with 8 additions and 9 deletions
Binary file not shown.
Binary file not shown.
|
@ -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>
|
|
@ -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") ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue