]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/default.php
Merge pull request #2544 from annando/issue-1769
[friendica.git] / view / theme / frost-mobile / default.php
index 7a8a0494de9e0adaa2ee3512d87148f3c1bf7b5b..332291ca9266d442839a46c4f90daf028b6e060e 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html >\r
-<html>\r
+<html lang="<?php echo $lang; ?>">\r
 <head>\r
   <title><?php if(x($page,'title')) echo $page['title'] ?></title>\r
   <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>\r
        <div class='main-container'>\r
 <!--           <div class='main-content-container'>-->\r
                <div class='section-wrapper'>\r
-               <?php if( ($a->module === 'settings') && x($page,'aside')) echo $page['aside']; ?>\r
-               <section><?php if(x($page,'content')) echo $page['content']; ?>\r
+               <?php if( ($a->module === 'settings' || $a->module === 'message' || $a->module === 'profile') && x($page,'aside')) echo $page['aside']; ?>\r
+               <section>\r
+                       <?php if(x($page,'content')) echo $page['content']; ?>\r
+                       <div id="pause"></div> <!-- The pause/resume Ajax indicator -->\r
                        <div id="page-footer"></div>\r
                </section>\r
                </div>\r
@@ -41,4 +43,3 @@
        <?php if(x($page,'end')) echo $page['end']; ?>\r
 </body>\r
 </html>\r
-\r