projects
/
diogenes.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
add 'scripts' directory
[diogenes.git]
/
templates
/
header
/
toolbar.tpl
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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}