]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/templates/generic_links_widget.tpl
e10ded9f4ce7190e0fc94c19758c8daf4378caa5
[friendica.git] / view / theme / quattro / templates / generic_links_widget.tpl
1 <div class="widget">
2         {{if $title}}<h3>{{$title}}</h3>{{/if}}
3         {{if $desc}}<div class="desc">{{$desc}}</div>{{/if}}
4         
5         <ul>
6                 {{foreach $items as $item}}
7                         <li class="tool {{if $item.selected}}selected{{/if}}"><a href="{{$item.url}}" class="link">{{$item.label}}</a></li>
8                 {{/foreach}}
9         </ul>
10         
11 </div>