Updated layout files

This commit is contained in:
markseu 2020-01-15 22:02:42 +01:00
parent 15acfdca0f
commit 0174e6a01f

View file

@ -2,8 +2,8 @@
<div class="siteinfo">
<?php if ($page = $this->yellow->content->shared("footer")) $this->yellow->page->setPage("footer", $page) ?>
<?php if ($this->yellow->page->isPage("footer")) echo $this->yellow->page->getPage("footer")->getContent() ?>
<div class="siteinfo-banner"></div>
</div>
<div class="siteinfo-banner"></div>
</div>
</div>
<?php echo $this->yellow->page->getExtra("footer") ?>