Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / footer.tpl
1 {event name='contents'}
2
3 {hascontent}
4 <div class="boxesContentBottom">
5 <div class="boxContainer">
6 {content}
7 {foreach from=$__wcf->getBoxHandler()->getBoxes('contentBottom') item=box}
8 {@$box->render()}
9 {/foreach}
10 {/content}
11 </div>
12 </div>
13 {/hascontent}
14
15 {if MODULE_WCF_AD && $__disableAds|empty}
16 {@$__wcf->getAdHandler()->getAds('com.woltlab.wcf.footer.content')}
17 {/if}
18 </div>
19
20 {hascontent}
21 <aside class="sidebar boxesSidebarRight">
22 <div class="boxContainer">
23 {content}
24 {event name='boxesSidebarRightTop'}
25
26 {* WCF2.1 Fallback *}
27 {if !$sidebar|empty}
28 {if !$sidebarOrientation|isset || $sidebarOrientation == 'right'}
29 {@$sidebar}
30 {/if}
31 {/if}
32
33 {if !$sidebarRight|empty}
34 {@$sidebarRight}
35 {/if}
36
37 {foreach from=$__wcf->getBoxHandler()->getBoxes('sidebarRight') item=box}
38 {@$box->render()}
39 {/foreach}
40
41 {event name='boxesSidebarRightBottom'}
42 {/content}
43 </div>
44 </aside>
45 {/hascontent}
46 </div>
47 </section>
48
49 {hascontent}
50 <div class="boxesBottom">
51 <div class="boxContainer">
52 {content}
53 {if !$boxesBottom|empty}
54 {@$boxesBottom}
55 {/if}
56
57 {foreach from=$__wcf->getBoxHandler()->getBoxes('bottom') item=box}
58 {@$box->render()}
59 {/foreach}
60 {/content}
61 </div>
62 </div>
63 {/hascontent}
64
65 {hascontent}
66 <div class="boxesFooterBoxes">
67 <div class="layoutBoundary">
68 <div class="boxContainer">
69 {content}
70 {if !$footerBoxes|empty}{@$footerBoxes}{/if}
71
72 {foreach from=$__wcf->getBoxHandler()->getBoxes('footerBoxes') item=box}
73 {@$box->render()}
74 {/foreach}
75 {/content}
76 </div>
77 </div>
78 </div>
79 {/hascontent}
80
81 {include file='pageFooter'}
82 </div>
83
84 {include file='pageMenuMobile'}
85
86 {event name='footer'}
87
88 <!-- JAVASCRIPT_RELOCATE_POSITION -->
89
90 {@FOOTER_CODE}
91
92 <noscript>
93 <p class="javascriptDisabledWarning">{lang}wcf.page.javascriptDisabled{/lang}</p>
94 </noscript>
95
96 <a id="bottom"></a>
97
98 </body>
99 </html>