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