]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/default.php
vier: colorbox fix (img max-width: 100%)
[friendica.git] / view / theme / smoothly / default.php
index 9ac49820aad7cfd205a59deb16788f22d701d621..405e1cad34c4461b1f268bd1072a098ca6ad28c5 100644 (file)
@@ -19,7 +19,9 @@
 
        <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
 
-       <section><?php if(x($page,'content')) echo $page['content']; ?>
+       <section>
+               <?php if(x($page,'content')) echo $page['content']; ?>
+               <div id="pause"></div> <!-- The pause/resume Ajax indicator -->
                <div id="page-footer"></div>
        </section>
 
@@ -41,4 +43,3 @@
        <?php if (x($page, 'bottom')) echo $page['bottom']; ?>
 </body>
 </html>
-