diff options
| author | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-19 06:12:45 +0000 |
|---|---|---|
| committer | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-19 06:12:45 +0000 |
| commit | 850713ed26ff34d8fe37feed30bb94de4adc957c (patch) | |
| tree | 7ceb5eaad8a84eb8796fd2d53ed62f17052acc35 /templates/simple_plugin.tpl | |
| download | wiki-850713ed26ff34d8fe37feed30bb94de4adc957c.tar.gz wiki-850713ed26ff34d8fe37feed30bb94de4adc957c.tar.bz2 wiki-850713ed26ff34d8fe37feed30bb94de4adc957c.zip | |
IMPORT TikiPro CLYDE FINAL
Diffstat (limited to 'templates/simple_plugin.tpl')
| -rw-r--r-- | templates/simple_plugin.tpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/simple_plugin.tpl b/templates/simple_plugin.tpl new file mode 100644 index 0000000..e41b7b6 --- /dev/null +++ b/templates/simple_plugin.tpl @@ -0,0 +1,15 @@ +{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/simple_plugin.tpl,v 1.1 2005/06/19 06:12:45 bitweaver Exp $ *} + +{box title=$title} + + {foreach key=t item=i from=$listcat} + <b>{$t}:</b> + {section name=o loop=$i} + <a href="{$i[o].href}" title="{tr}Created{/tr} {$i[o].created|bit_long_date}"> + {$i[o].name} + </a> + {if $smarty.section.o.index ne $smarty.section.o.total - 1} · {/if} + {/section}<br /> + {/foreach} + +{/box} |
