yellow/system/themes/snippets/content-default.php
2016-11-01 19:46:47 +01:00

8 lines
196 B
PHP

<div class="content">
<?php $yellow->snippet("sidebar") ?>
<div class="main">
<h1><?php echo $yellow->page->getHtml("titleContent") ?></h1>
<?php echo $yellow->page->getContent() ?>
</div>
</div>