no profile after returning from visitor mode with a selected profile

put bottom margin on non-profile pages as well
This commit is contained in:
Mike Macgirvin 2010-09-17 18:26:20 -07:00
parent 22429cd432
commit 2bae548b35
2 changed files with 18 additions and 10 deletions

View file

@ -8,7 +8,9 @@
<header><?php echo $page['header']; ?></header>
<nav><?php echo $page['nav']; ?></nav>
<aside><?php echo $page['aside']; ?></aside>
<section><?php echo $page['content']; ?></section>
<section><?php echo $page['content']; ?>
<div id="page-footer"></div>
</section>
<footer><?php echo $page['footer']; ?></footer>
</body>
</html>