Merge branch 'next' into next-lantia
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / pageFooter.tpl
CommitLineData
bb6ef47e
MW
1<footer id="pageFooter" class="pageFooter">
2 <div class="layoutBoundary">
3 {hascontent}
4 <div class="boxesFooter">
5 {content}
6 {foreach from=$__wcf->getBoxHandler()->getBoxes('footer') item=box}
7 {@$box}
8 {/foreach}
9 {/content}
10 </div>
11 {/hascontent}
12
13 <div class="footerContent">
14 {event name='footerContents'}
15
16 {if ENABLE_BENCHMARK}{include file='benchmark'}{/if}
17
18 {include file='pageFooterCopyright'}
19 </div>
20
21 {if MODULE_WCF_AD && $__disableAds|empty}
22 {@$__wcf->getAdHandler()->getAds('com.woltlab.wcf.footer.bottom')}
23 {/if}
24 </div>
25</footer>