diff options
author | friendica <info@friendica.com> | 2012-03-22 20:19:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-22 20:19:44 -0700 |
commit | 42d231f8bfc55c3bce66bee7902fe4ec2a5e5041 (patch) | |
tree | d41c4e7a99583c808d226c126caf44800e89e0c3 /view/default.php | |
parent | 528d795fb68a8ae53cb7b9ad8479aeaa2b1f975f (diff) | |
parent | bf4dd8ad1701c79a3de097b2792fa8ae2fc673b4 (diff) | |
download | volse-hubzilla-42d231f8bfc55c3bce66bee7902fe4ec2a5e5041.tar.gz volse-hubzilla-42d231f8bfc55c3bce66bee7902fe4ec2a5e5041.tar.bz2 volse-hubzilla-42d231f8bfc55c3bce66bee7902fe4ec2a5e5041.zip |
Merge pull request #158 from tomtom84/master
add right_aside to theme diabook ... need author
Diffstat (limited to 'view/default.php')
-rwxr-xr-x | view/default.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/default.php b/view/default.php index ab1cb0f09..61f5f6863 100755 --- a/view/default.php +++ b/view/default.php @@ -10,7 +10,8 @@ <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<section><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
- </section>
+ </section> + <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
</body>
</html>
|