]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy-dark/default.php
[SECURITY] finish ripping out fpostit
[friendica.git] / view / theme / dispy-dark / default.php
index b02f4194767c5830f6561ec6ed6d9ee0c0e01da3..729f9be2ad98595bb4b07834057973689d70c312 100644 (file)
                        <?php if(x($page,'aside_right_bottom')) echo $page['aside_right_bottom']; ?>
                </aside>
        </article>
-       <footer id="page-footer">
-               <?php if(x($page,'footer')) echo $page['footer']; ?>
+       <footer id="footer">
+               <?php if(x($page, 'footer')) echo $page['footer']; ?>
        </footer>
+       <?php if (x($page, 'bottom')) echo $page['bottom']; ?>
 </body>
 </html>