aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/default.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-15 03:18:55 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-15 03:18:55 -0400
commit6a2f0eb475356ebe946a499a7a8bdee487b7ff32 (patch)
treefce1c1b2d497adae72d77e09c6bf005c8900256b /view/theme/dispy-dark/default.php
parentd90076b01a34ad8f8a04396bd90ae6c5f504a1b8 (diff)
downloadvolse-hubzilla-6a2f0eb475356ebe946a499a7a8bdee487b7ff32.tar.gz
volse-hubzilla-6a2f0eb475356ebe946a499a7a8bdee487b7ff32.tar.bz2
volse-hubzilla-6a2f0eb475356ebe946a499a7a8bdee487b7ff32.zip
REALLY fix fpostit this time
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
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>