mirror of https://github.com/friendica/friendica
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
402 B
14 lines
402 B
|
|
<div class="widget{{if $class}} {{$class}}{{/if}}">
|
|
{{*<!-- {{if $title}}<h3>{{$title}}</h3>{{/if}}-->*}}
|
|
{{if $desc}}<div class="desc">{{$desc}}</div>{{/if}}
|
|
|
|
<ul class="tabs links-widget">
|
|
{{foreach $items as $item}}
|
|
<li class="tool"><a href="{{$item.url}}" class="tab {{if $item.selected}}selected{{/if}}">{{$item.label}}</a></li>
|
|
{{/foreach}}
|
|
<div id="tabs-end"></div>
|
|
</ul>
|
|
|
|
</div>
|