]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/nav.tpl
Merge pull request #600 from fermionic/20130204-message-button-on-own-profile
[friendica.git] / view / theme / frost-mobile / nav.tpl
index 941ba9625f007467ae366c0935b414e3e2fb3d69..01aafabf0d8c27286e3b79f790f6231f747f9696 100644 (file)
@@ -44,7 +44,7 @@
                {{ endif }}
 
                {{ if $nav.help }}
-               <li><a id="nav-help-link" class="$nav.help.2 nav-load-page-link" target="friendika-help" href="$nav.help.0" title="$nav.help.3" >$nav.help.1</a></li>
+               <li><a id="nav-help-link" class="$nav.help.2 nav-load-page-link" target="friendica-help" href="$nav.help.0" title="$nav.help.3" >$nav.help.1</a></li>
                {{ endif }}
                
                {{ if $nav.logout }}
                <!--<span id="net-update" class="nav-ajax-left"></span>-->
                {{ endif }}
 
+               {{ if $nav.network }}
+               <li>
+               <a class="nav-menu-icon network-reset-link nav-link" href="$nav.net_reset.0" title="$nav.net_reset.3">$nav.net_reset.1</a>
+               </li>
+               {{ endif }}
+
                {{ if $nav.home }}
                <li><a id="nav-home-link" class="$nav.home.2 $sel.home nav-load-page-link" href="$nav.home.0" title="$nav.home.3" >$nav.home.1</a></li>
                <!--<span id="home-update" class="nav-ajax-left"></span>-->
 </nav>
 
 <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>
+       <li class="{4}"><a href="{0}"><img data-src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li>
 </ul>