aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/default.php
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-04-20 03:43:55 -0700
committerSimon <simon@kisikew.org>2012-04-20 03:43:55 -0700
commit0e25376e4afea4e5d96c233594feef0a35ca314c (patch)
tree5cd9b93f16c344cf896ac8d4e2a4a818fe21e783 /view/theme/dispy/default.php
parent16c308791f5de694f7a7b390c90bdfdad78a59da (diff)
parent5d2dd5798bcb8d9b100f0a19b822b0477c546160 (diff)
downloadvolse-hubzilla-0e25376e4afea4e5d96c233594feef0a35ca314c.tar.gz
volse-hubzilla-0e25376e4afea4e5d96c233594feef0a35ca314c.tar.bz2
volse-hubzilla-0e25376e4afea4e5d96c233594feef0a35ca314c.zip
Merge pull request #254 from simonlnu/master
add some knobs to comment boxes
Diffstat (limited to 'view/theme/dispy/default.php')
-rw-r--r--view/theme/dispy/default.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/dispy/default.php b/view/theme/dispy/default.php
index 729f9be2a..c3e6c9119 100644
--- a/view/theme/dispy/default.php
+++ b/view/theme/dispy/default.php
@@ -10,6 +10,9 @@
<?php if(x($page, 'header')) echo $page['header']; ?>
</header>
<article id="articlemain">
+ <header id="articleheader">
+ <?php if(x($page, 'articleheader')) echo $page['articleheader']; ?>
+ </header>
<?php if(x($page,'nav')) echo $page['nav']; ?>
<aside id="asideleft">
<?php if(x($page,'aside_left')) echo $page['aside_left']; ?>
@@ -17,7 +20,8 @@
</aside>
<section id="sectionmain">
<?php if(x($page,'content')) echo $page['content']; ?>
- <footer id="section-footer"></footer>
+ <footer id="sectionfooter">
+ </footer>
</section>
<aside id="asidemain">
<?php if(x($page,'aside')) echo $page['aside']; ?>
@@ -27,6 +31,9 @@
<?php if(x($page,'aside_right')) echo $page['aside_right']; ?>
<?php if(x($page,'aside_right_bottom')) echo $page['aside_right_bottom']; ?>
</aside>
+ <footer id="articlefooter">
+ <?php if(x($page, 'articlefooter')) echo $page['articlefooter']; ?>
+ </footer>
</article>
<footer id="footer">
<?php if(x($page, 'footer')) echo $page['footer']; ?>