diff options
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/choklet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/choklet.php b/view/php/choklet.php index 0d8b66c29..712e8b1c3 100644 --- a/view/php/choklet.php +++ b/view/php/choklet.php @@ -17,8 +17,8 @@ <div id="page-footer"></div>
<div id="pause"></div>
</section>
- </main>
<aside id="region_3"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside>
+ </main>
<div class="clear"></div>
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
</div>
|