friendica/view/theme/frost-mobile/smarty3/generic_links_widget.tpl

18 lines
503 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
2013-01-11 12:00:10 -05:00
*}}
<div class="widget{{if $class}} {{$class}}{{/if}}">
2013-02-10 12:21:52 -05:00
{{*<!-- {{if $title}}<h3>{{$title}}</h3>{{/if}}-->*}}
2012-12-22 14:57:29 -05:00
{{if $desc}}<div class="desc">{{$desc}}</div>{{/if}}
2013-02-10 12:21:52 -05:00
<ul class="tabs links-widget">
2012-12-22 14:57:29 -05:00
{{foreach $items as $item}}
<li class="tool"><a href="{{$item.url}}" class="tab {{if $item.selected}}selected{{/if}}">{{$item.label}}</a></li>
{{/foreach}}
2013-02-10 12:21:52 -05:00
<div id="tabs-end"></div>
2012-12-22 14:57:29 -05:00
</ul>
</div>