]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/default.php
modified: view/theme/smoothly/style.css
[friendica.git] / view / theme / frost / default.php
index 34acb7f6ac21875252aa3bc30abaf0ffeb3123a6..aa032524f8484aaeb803ba9ec8bf279fcd023e81 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-loading'><img src="/view/theme/frost/images/ajax-loader.gif" alt="Please wait..."></div>-->\r
                <div class='main-content-container'>\r
@@ -37,6 +37,7 @@
                </div>\r
        </div>\r
        <?php } ?>\r
+       <?php if(x($page,'end')) echo $page['end']; ?>\r
 </body>\r
 </html>\r
 \r