]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/generic_links_widget.tpl
a56d3989555398f443fa6293a5c730a53f9f0531
[friendica.git] / view / theme / quattro / smarty3 / generic_links_widget.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div class="widget">
6         {{if $title}}<h3>{{$title}}</h3>{{/if}}
7         {{if $desc}}<div class="desc">{{$desc}}</div>{{/if}}
8         
9         <ul>
10                 {{foreach $items as $item}}
11                         <li class="tool {{if $item.selected}}selected{{/if}}"><a href="{{$item.url}}" class="link">{{$item.label}}</a></li>
12                 {{/foreach}}
13         </ul>
14         
15 </div>