diff options
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/php/default.php b/view/php/default.php index 61f5f6863..80c8070b2 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -10,6 +10,7 @@ <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<section><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
+ <div id="pause"></div> </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>
|