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