projects
/
diogenes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release diogenes-0.9.22
[diogenes.git]
/
header
/
toolbar.tpl
1
{if $toolbars}
2
<ul class="toolbar">
3
{foreach from=$toolbars item=mybar}
4
<li><b>{$mybar.title}</b> : {toolbar lnk=$mybar.items}</li>
5
{/foreach}
6
</ul>
7
{/if}