aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/default.php
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-04-15 00:20:12 -0700
committerSimon <simon@kisikew.org>2012-04-15 00:20:12 -0700
commitf299749758112361ee6384cd75d11b2c3a57352a (patch)
treefce1c1b2d497adae72d77e09c6bf005c8900256b /view/theme/dispy-dark/default.php
parent4572179a24d575df19b96427479dc11f7d137683 (diff)
parent6a2f0eb475356ebe946a499a7a8bdee487b7ff32 (diff)
downloadvolse-hubzilla-f299749758112361ee6384cd75d11b2c3a57352a.tar.gz
volse-hubzilla-f299749758112361ee6384cd75d11b2c3a57352a.tar.bz2
volse-hubzilla-f299749758112361ee6384cd75d11b2c3a57352a.zip
Merge pull request #237 from simonlnu/master
REALLY fix fpostit this time
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>