Updated layout files
This commit is contained in:
parent
15acfdca0f
commit
0174e6a01f
1 changed files with 1 additions and 1 deletions
|
@ -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") ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue