]> 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 32393f08d5ee80b7d7c09a3be9f9acd46f1ef1a6..729f9be2ad98595bb4b07834057973689d70c312 100644 (file)
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <html>
 <head>
-  <title><?php if(x($page,'title')) echo $page['title'] ?></title>
+  <title><?php if(x($page,'title')) echo $page['title']; ?></title>
   <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
-  <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
+  <?php if(x($page,'htmlhead')) echo $page['htmlhead']; ?>
 </head>
 <body>
        <header>
-       <!-- header stuff will go here -->
+               <?php if(x($page, 'header')) echo $page['header']; ?>
        </header>
        <article id="articlemain">
                <?php if(x($page,'nav')) echo $page['nav']; ?>
                        <?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>