]> git.mxchange.org Git - friendica.git/blob - view/smarty3/nets.tpl
76b2a57d9404cc091ca13f2d6f3dd0b867d80bb9
[friendica.git] / view / smarty3 / 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         <a href="{{$base}}?nets=all" class="nets-link{{if $sel_all}} nets-selected{{/if}} nets-all">{{$all}}</a>
10         <ul class="nets-ul">
11         {{foreach $nets as $net}}
12         <li><a href="{{$base}}?nets={{$net.ref}}" class="nets-link{{if $net.selected}} nets-selected{{/if}}">{{$net.name}}</a></li>
13         {{/foreach}}
14         </ul>
15 </div>