]> 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 a437fa35a6a74d653dad5b2f60c81f96799c1d1e..405e1cad34c4461b1f268bd1072a098ca6ad28c5 100644 (file)
 
        <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>
 
        <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>
 
        <footer id="footer">
-               <?php if(x($page, 'footer')) echo $page['footer']; ?>
-               <div id="scrollup" >
-               <a class="item-scrollup" href="javascript:scrollTo(0,100000)"><img src="view/theme/smoothly/images/down.png" alt="to bottom" title="to bottom" /></a>
-               <a class="item-scrollup" href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/images/up.png" alt="to top" title="to top" /></a>
-               <a class="item-scrollup" href="logout"><img src="view/theme/smoothly/images/power.png" alt="power" title="power" /></a>
-               </div>
+       <?php if(x($page, 'footer')) echo $page['footer']; ?>
        </footer>
 
+       <tools id="tools">
+       <?php if (x($page, 'tools')) echo $page['tools']; ?>
+       <div id="scrollup" >
+       <a class="item-scrollup" href="javascript:scrollTo(0,100000)"><img src="view/theme/smoothly/images/down.png" alt="to bottom" title="to bottom" /></a>
+       <a class="item-scrollup" href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/images/up.png" alt="to top" title="to top" /></a>
+       <a class="item-scrollup" href="logout"><img src="view/theme/smoothly/images/power.png" alt="power" title="power" /></a>
+       </div>
+       </tools>
+
        <?php if (x($page, 'bottom')) echo $page['bottom']; ?>
 </body>
 </html>
-