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









                                                                                                                                    
<div class="widget{{ if $class }} $class{{ endif }}">
	{{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>