]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/smarty3/generic_links_widget.tpl
1e0805acaa8145d5eb63ceaee54f634553223b0f
[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  *}}
6 <div id="widget_{{$title}}">
7         {{if $title}}<h3 style="border-bottom: 1px solid #D2D2D2;">{{$title}}</h3>{{/if}}
8         {{if $desc}}<div class="desc">{{$desc}}</div>{{/if}}
9         
10         <ul  class="rs_tabs">
11                 {{foreach $items as $item}}
12                         <li><a href="{{$item.url}}" class="rs_tab button {{if $item.selected}}selected{{/if}}">{{$item.label}}</a></li>
13                 {{/foreach}}
14         </ul>
15         
16 </div>