yellow/system/themes/snippets/content-default.php

8 lines
196 B
PHP
Raw Normal View History

2016-11-01 18:46:47 +00:00
<div class="content">
<?php $yellow->snippet("sidebar") ?>
<div class="main">
2014-01-08 16:58:52 +00:00
<h1><?php echo $yellow->page->getHtml("titleContent") ?></h1>
2013-09-17 09:18:01 +00:00
<?php echo $yellow->page->getContent() ?>
</div>
2016-11-01 18:46:47 +00:00
</div>