]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy-dark/default.php
string fix: typo. slow down scroll to top in dispys
[friendica.git] / view / theme / dispy-dark / default.php
index 32393f08d5ee80b7d7c09a3be9f9acd46f1ef1a6..b02f4194767c5830f6561ec6ed6d9ee0c0e01da3 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']; ?>