]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/generic_links_widget.tpl
template engine rework
[friendica.git] / view / theme / frost-mobile / 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 class="tabs links-widget">
11                 {{foreach $items as $item}}
12                         <li class="tool"><a href="{{$item.url}}" class="tab {{if $item.selected}}selected{{/if}}">{{$item.label}}</a></li>
13                 {{/foreach}}
14                 <div id="tabs-end"></div>
15         </ul>
16         
17 </div>