]> git.mxchange.org Git - friendica.git/blob - view/smarty3/generic_links_widget.tpl
newline at end of header
[friendica.git] / view / 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{{if $class}} {{$class}}{{/if}}">
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"><a href="{{$item.url}}" class="{{if $item.selected}}selected{{/if}}">{{$item.label}}</a></li>
13                 {{/foreach}}
14         </ul>
15         
16 </div>