back to identity creation form

This commit is contained in:
friendica
2012-08-23 20:00:10 -07:00
parent a9dabd8eb9
commit 2456174cc9
14 changed files with 290 additions and 145 deletions

View File

@@ -10,6 +10,7 @@
<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>
<right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>