yellow/system/layouts/footer.html
2023-05-19 13:49:25 +02:00

11 lines
265 B
HTML

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