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 18:00:10 +01:00
*}}
<div class="widget{{if $class}} {{$class}}{{/if}}">
2013-02-10 18:21:52 +01:00
{{*<!-- {{if $title}}<h3>{{$title}}</h3>{{/if}}-->*}}
2012-12-22 20:57:29 +01:00
{{if $desc}}<div class="desc">{{$desc}}</div>{{/if}}
2013-02-10 18:21:52 +01:00
<ul class="tabs links-widget">
2012-12-22 20:57:29 +01: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 18:21:52 +01:00
<div id="tabs-end"></div>
2012-12-22 20:57:29 +01:00
</ul>
</div>