aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/default.php
diff options
context:
space:
mode:
authorMichael Vogel <icarus@dabo.de>2012-04-15 16:49:54 +0200
committerMichael Vogel <icarus@dabo.de>2012-04-15 16:49:54 +0200
commita147d6113c081694d4209002fa5e57106d4c6f41 (patch)
treede6f940efa0439ab3d54ff7d280e221b7b59d348 /view/theme/dispy/default.php
parente825a73f1de308b6ae0ae3cc5549263704a14594 (diff)
parentf994f9abc6092106659a29f5ee1be0706825c203 (diff)
downloadvolse-hubzilla-a147d6113c081694d4209002fa5e57106d4c6f41.tar.gz
volse-hubzilla-a147d6113c081694d4209002fa5e57106d4c6f41.tar.bz2
volse-hubzilla-a147d6113c081694d4209002fa5e57106d4c6f41.zip
Merge commit 'upstream/master'
Diffstat (limited to 'view/theme/dispy/default.php')
-rw-r--r--view/theme/dispy/default.php5
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>