diff options
author | raylu <raylu@mixpanel.com> | 2011-07-17 16:41:22 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-17 16:41:22 -0700 |
commit | 384834c9fb85d3a408c60dd38e8d1474116793ad (patch) | |
tree | c237ee1c43b06c779e6188fbc7cb9aac03da0107 /views/layouts | |
parent | 8fa4bab1dfd166fd567f2b1a3910f0628c6278e7 (diff) | |
download | otakuhub-384834c9fb85d3a408c60dd38e8d1474116793ad.tar.xz |
some anime view styling
Diffstat (limited to 'views/layouts')
-rw-r--r-- | views/layouts/default.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index 9464d80..9313414 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -69,9 +69,9 @@ use \lithium\security\Auth; <br class="cl" /> </header> -<div id="page"> +<article> <?php echo $this->content() ?> -</div> +</article> <footer> <p>Copyright ©2011, <a href="http://www.melenion.org">Melenion Dev Studios</a></p> <br class="cl" /> |