yellow/system/layouts/default.html

9 lines
269 B
HTML
Raw Permalink 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>
2023-05-19 11:49:25 +00:00
<?php echo $this->yellow->page->getContentHtml() ?>
2019-02-23 14:04:34 +00:00
</div>
</div>
<?php $this->yellow->layout("footer") ?>