]> git.mxchange.org Git - friendica.git/blob - view/smarty3/generic_links_widget.tpl
678db38ec1a7ec2b0c5f63fc52bdc19c70b4d557
[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  *}}<div class="widget{{if $class}} {{$class}}{{/if}}">
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"><a href="{{$item.url}}" class="{{if $item.selected}}selected{{/if}}">{{$item.label}}</a></li>
12                 {{/foreach}}
13         </ul>
14         
15 </div>