yellow/system/layouts/footer.html
2019-02-23 15:04:34 +01:00

11 lines
300 B
HTML

<div class="footer" role="contentinfo">
<div class="siteinfo">
<?php if ($this->yellow->page->isPage("footer")) echo $this->yellow->page->getPage("footer")->getContent() ?>
<div class="siteinfo-banner"></div>
</div>
</div>
</div>
<?php echo $this->yellow->page->getExtra("footer") ?>
</body>
</html>