]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/templates/nets.tpl
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / quattro / templates / nets.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div id="nets-sidebar" class="widget">
7         <h3>{{$title}}</h3>
8         <div id="nets-desc">{{$desc}}</div>
9         
10         <ul class="nets-ul">
11                 <li class="tool {{if $sel_all}}selected{{/if}}"><a href="{{$base}}?nets=all" class="nets-link nets-all">{{$all}}</a>
12                 {{foreach $nets as $net}}
13                         <li class="tool {{if $net.selected}}selected{{/if}}"><a href="{{$base}}?f=&nets={{$net.ref}}" class="nets-link">{{$net.name}}</a></li>
14                 {{/foreach}}
15         </ul>
16         
17 </div>