aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/generic_links_widget.tpl
blob: 29580bbc716e5db2ad61a878cf0a30dcffbf22a5 (plain) (blame)
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 {{ if $item.selected }}selected{{ endif }}"><a href="$item.url" class="link">$item.label</a></li>
		{{ endfor }}
	</ul>
	
</div>