diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-15 03:18:55 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-15 03:18:55 -0400 |
commit | 6a2f0eb475356ebe946a499a7a8bdee487b7ff32 (patch) | |
tree | fce1c1b2d497adae72d77e09c6bf005c8900256b /view/theme/dispy/default.php | |
parent | d90076b01a34ad8f8a04396bd90ae6c5f504a1b8 (diff) | |
download | volse-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/default.php')
-rw-r--r-- | view/theme/dispy/default.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/dispy/default.php b/view/theme/dispy/default.php index b02f41947..729f9be2a 100644 --- a/view/theme/dispy/default.php +++ b/view/theme/dispy/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> |