Merge branch 'next' into next-lantia
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / footer.tpl
CommitLineData
dec50963
MW
1 {event name='contents'}
2
55b402a0
MW
3 {hascontent}
4 <div class="boxesContentBottom">
5 {content}
6 {foreach from=$__wcf->getBoxHandler()->getBoxes('contentBottom') item=box}
7 {@$box}
8 {/foreach}
9 {/content}
10 </div>
11 {/hascontent}
12
c893138d 13 {if MODULE_WCF_AD && $__disableAds|empty}
1da66356 14 {@$__wcf->getAdHandler()->getAds('com.woltlab.wcf.footer.content')}
e866b80e 15 {/if}
b8eab696 16 </div>
55b402a0
MW
17
18 {hascontent}
19 <aside class="sidebar boxesSidebarRight">
20 {content}
21 {event name='boxesSidebarRightTop'}
22
23 {* WCF2.1 Fallback *}
24 {if !$sidebar|empty}
25 {if !$sidebarOrientation|isset || $sidebarOrientation == 'right'}
26 {@$sidebar}
27 {/if}
28 {/if}
29
30 {if !$sidebarRight|empty}
bb6ef47e 31 {@$sidebarRight}
55b402a0
MW
32 {/if}
33
34 {foreach from=$__wcf->getBoxHandler()->getBoxes('sidebarRight') item=box}
35 {@$box}
36 {/foreach}
37
38 {event name='boxesSidebarRightBottom'}
39 {/content}
40 </aside>
41 {/hascontent}
dec50963 42 </div>
b8eab696 43 </section>
55b402a0
MW
44
45 {hascontent}
46 <div class="boxesBottom">
47 <div class="layoutBoundary">
48 {content}
49 {foreach from=$__wcf->getBoxHandler()->getBoxes('bottom') item=box}
50 {@$box}
51 {/foreach}
52 {/content}
53 </div>
54 </div>
55 {/hascontent}
bb6ef47e
MW
56
57 {hascontent}
58 <div class="boxesFooterBoxes">
59 <div class="layoutBoundary">
60 {content}
61 {if !$footerBoxes|empty}{@$footerBoxes}{/if}
55b402a0 62
bb6ef47e
MW
63 {foreach from=$__wcf->getBoxHandler()->getBoxes('footerBoxes') item=box}
64 {@$box}
65 {/foreach}
66 {/content}
b8eab696 67 </div>
6d7fc344 68 </div>
bb6ef47e
MW
69 {/hascontent}
70
71 {include file='pageFooter'}
b8eab696 72</div>
ecbd8a0b 73
030d9af8 74{event name='footer'}
29eb9fba
AE
75
76<!-- JAVASCRIPT_RELOCATE_POSITION -->
77
5f2b9bd9 78{@FOOTER_CODE}
030d9af8 79
184a8d6d 80<a id="bottom"></a>