yellow/system/layouts/default.html

9 lines
265 B
HTML
Raw Normal View History

2019-02-23 14:04:34 +00:00
<?php $this->yellow->layout("header") ?>
<div class="content">
<div class="main" role="main">
<h1><?php echo $this->yellow->page->getHtml("titleContent") ?></h1>
<?php echo $this->yellow->page->getContent() ?>
</div>
</div>
<?php $this->yellow->layout("footer") ?>