]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/smarty3/generic_links_widget.tpl
859221cb61a3e044788651fbe28541a7cb347485
[friendica.git] / view / theme / diabook / smarty3 / generic_links_widget.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id="widget_{{$title}}">
6         {{if $title}}<h3 style="border-bottom: 1px solid #D2D2D2;">{{$title}}</h3>{{/if}}
7         {{if $desc}}<div class="desc">{{$desc}}</div>{{/if}}
8         
9         <ul  class="rs_tabs">
10                 {{foreach $items as $item}}
11                         <li><a href="{{$item.url}}" class="rs_tab button {{if $item.selected}}selected{{/if}}">{{$item.label}}</a></li>
12                 {{/foreach}}
13         </ul>
14         
15 </div>