aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/default.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/php/default.php')
-rw-r--r--view/php/default.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/view/php/default.php b/view/php/default.php
index 80c8070b2..0f8847386 100644
--- a/view/php/default.php
+++ b/view/php/default.php
@@ -6,14 +6,16 @@
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
+ <article>
<?php if(x($page,'nav')) echo $page['nav']; ?>
<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>
+ <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>
+ </article>
</body>
</html>