mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
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:
parent
22429cd432
commit
2bae548b35
2 changed files with 18 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue