diff options
author | Simon <simon@kisikew.org> | 2012-04-15 00:20:12 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-15 00:20:12 -0700 |
commit | f299749758112361ee6384cd75d11b2c3a57352a (patch) | |
tree | fce1c1b2d497adae72d77e09c6bf005c8900256b /view/theme/dispy-dark/default.php | |
parent | 4572179a24d575df19b96427479dc11f7d137683 (diff) | |
parent | 6a2f0eb475356ebe946a499a7a8bdee487b7ff32 (diff) | |
download | volse-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.php | 5 |
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> |