]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/nav.tpl
Merge pull request #482 from pixelroot/master
[friendica.git] / view / theme / smoothly / nav.tpl
index 43cc7bca00a3be29a9fa04dcad1120fd5c7584f7..e8fe3e93215e606dc285f5298ef8edbbde86fc8f 100644 (file)
@@ -1,5 +1,12 @@
+<header>
+       <!-- 
+       <div id="site-location">$sitelocation</div>
+       <div id="banner">$banner</div>
+       -->
+</header>
+
 <nav>
-       $langselector
+       <!-- $langselector -->
 
        <span id="banner">$banner</span>
 
        </div>
 </nav>
 
+<div id="scrollup" >
+<a href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/totop.png" alt="back to top" title="Back to top" /></a>
+</div>
 
 <ul id="nav-notifications-template" style="display:none;" rel="template">
        <li class="{4}"><a href="{0}"><img src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li>
 </ul>
 
-
+<div style="position: fixed; top: 3px; left: 5px; z-index:9999">$langselector</div>