commit 0174e6a01fc15961f8557ca43d6d3aca48c45cec
parent 15acfdca0f1d60fe482e1535cfccc640cfcc30a2
Author: markseu <mark2011@mayberg.se>
Date: Wed, 15 Jan 2020 22:02:42 +0100
Updated layout files
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/layouts/footer.html b/system/layouts/footer.html
@@ -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") ?>