aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/default.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-15 05:12:14 -0700
committerfriendica <info@friendica.com>2012-04-15 05:12:14 -0700
commit97715c73fcb5b6de582f7165f70526acaf24bc86 (patch)
tree5eaa59eaafef68b4c611333776e464ad08954bc4 /view/theme/dispy-dark/default.php
parent0a3454c841e343a21ac637ae169c267442914ea0 (diff)
parentf299749758112361ee6384cd75d11b2c3a57352a (diff)
downloadvolse-hubzilla-97715c73fcb5b6de582f7165f70526acaf24bc86.tar.gz
volse-hubzilla-97715c73fcb5b6de582f7165f70526acaf24bc86.tar.bz2
volse-hubzilla-97715c73fcb5b6de582f7165f70526acaf24bc86.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy-dark/default.php')
-rw-r--r--view/theme/dispy-dark/default.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/dispy-dark/default.php b/view/theme/dispy-dark/default.php
index b02f41947..729f9be2a 100644
--- a/view/theme/dispy-dark/default.php
+++ b/view/theme/dispy-dark/default.php
@@ -28,9 +28,10 @@
<?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>