]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/default.php
modified: view/theme/smoothly/style.css
[friendica.git] / view / theme / frost-mobile / default.php
index c0f5de516e93cea43d212c311d0878cb2e91d8ea..b7feae3716f1583d78f4326c703ff88b606f2b3c 100644 (file)
@@ -6,23 +6,23 @@
   <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>\r
 </head>\r
 <body>\r
+       <?php if(x($page,'nav')) echo $page['nav']; ?>\r
+\r
        <?php if( $a->module === 'home' ) { ?>\r
        <center>\r
        <div class="login-button">\r
        <a href="login" class="login-button-link"><img class="login-button-image" src="/images/friendika-1600.png" title="Click to log in"></a>\r
        </div>\r
        </center>\r
+\r
        <?php } elseif ( $a->module === 'login' || $a->module === 'register' || $a->module === 'lostpass' ) {\r
        ?>\r
-\r
        <div class='section-wrapper'>\r
        <section><?php if(x($page,'content')) echo $page['content']; ?>\r
        </section>\r
        </div>\r
 \r
-       <?php } else {\r
-\r
-       if(x($page,'nav')) echo $page['nav']; ?>\r
+       <?php } else { ?>\r
        <div class='main-container'>\r
                <div class='main-content-container'>\r
                <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>\r
@@ -36,6 +36,7 @@
                </div>\r
        </div>\r
        <?php } ?>\r
+       <?php if(x($page,'end')) echo $page['end']; ?>\r
 </body>\r
 </html>\r
 \r