Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / pageFooter.tpl
index 35ec30e87a31bf34af7c0c87ece2decc5151ebc5..2500fb4509730541fdc7ba92383b75f9c9064798 100644 (file)
@@ -1,25 +1,29 @@
 <footer id="pageFooter" class="pageFooter">
-       <div class="layoutBoundary">
-               {hascontent}
-                       <div class="boxesFooter">
-                               {content}
-                                       {foreach from=$__wcf->getBoxHandler()->getBoxes('footer') item=box}
-                                               {@$box}
-                                       {/foreach}
-                               {/content}
+       {hascontent}
+               <div class="boxesFooter">
+                       <div class="layoutBoundary">
+                               <div class="boxContainer">
+                                       {content}
+                                               {foreach from=$__wcf->getBoxHandler()->getBoxes('footer') item=box}
+                                                       {@$box->render()}
+                                               {/foreach}
+                                       {/content}
+                               </div>
                        </div>
-               {/hascontent}
-               
-               <div class="footerContent">
+               </div>
+       {/hascontent}
+       
+       <div id="pageFooterCopyright" class="pageFooterCopyright">
+               <div class="layoutBoundary">
                        {event name='footerContents'}
                        
                        {if ENABLE_BENCHMARK}{include file='benchmark'}{/if}
                        
                        {include file='pageFooterCopyright'}
                </div>
-               
-               {if MODULE_WCF_AD && $__disableAds|empty}
-                       {@$__wcf->getAdHandler()->getAds('com.woltlab.wcf.footer.bottom')}
-               {/if}
        </div>
+       
+       {if MODULE_WCF_AD && $__disableAds|empty}
+               {@$__wcf->getAdHandler()->getAds('com.woltlab.wcf.footer.bottom')}
+       {/if}
 </footer>