]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/generic_links_widget.tpl
802563255c0e668ae93aefe2fc8f475cb692a4c4
[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  *}}
6 <div class="widget">
7         {{if $title}}<h3>{{$title}}</h3>{{/if}}
8         {{if $desc}}<div class="desc">{{$desc}}</div>{{/if}}
9         
10         <ul>
11                 {{foreach $items as $item}}
12                         <li class="tool {{if $item.selected}}selected{{/if}}"><a href="{{$item.url}}" class="link">{{$item.label}}</a></li>
13                 {{/foreach}}
14         </ul>
15         
16 </div>