aboutsummaryrefslogblamecommitdiffstats
path: root/view/generic_links_widget.tpl
blob: 45813b876ada31178f86857eb886ef7407501c31 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                                                    
<div class="widget">
	{{if $title}}<h3>$title</h3>{{endif}}
	{{if $desc}}<div class="desc">$desc</div>{{endif}}
	
	<ul>
		{{ for $items as $item }}
			<li class="tool"><a href="$item.url" class="{{ if $item.selected }}selected{{ endif }}">$item.label</a></li>
		{{ endfor }}
	</ul>
	
</div>