add right_aside to theme diabook

This commit is contained in:
tommy tomson
2012-03-23 02:36:34 +01:00
parent 528d795fb6
commit bf4dd8ad17
6 changed files with 329 additions and 11 deletions

View File

@@ -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>