diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-06-14 21:50:49 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-06-14 21:50:49 +0000 |
| commit | c7bf8dc7215533156f9ba8bb542c966d02da8071 (patch) | |
| tree | 21772c4a51e07f6499ee3eb953dcdd63f5a572b4 /templates | |
| parent | be220dcf8b92c19d0479f4dfbdcb710a2c0e29f7 (diff) | |
| download | tags-c7bf8dc7215533156f9ba8bb542c966d02da8071.tar.gz tags-c7bf8dc7215533156f9ba8bb542c966d02da8071.tar.bz2 tags-c7bf8dc7215533156f9ba8bb542c966d02da8071.zip | |
show link to tagged content in admin menu
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_tags_admin.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/menu_tags_admin.tpl b/templates/menu_tags_admin.tpl index 0c7ba46..cd6eb7c 100644 --- a/templates/menu_tags_admin.tpl +++ b/templates/menu_tags_admin.tpl @@ -1 +1,6 @@ -<ul><li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=tags">{tr}Tags Settings{/tr}</a></li></ul>
\ No newline at end of file +{strip} +<ul> + <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=tags">{tr}Tags Settings{/tr}</a></li> + <li><a class="item" href="{$smarty.const.TAGS_PKG_URL}index.php">{tr}Tagged Content{/tr}</a></li> +</ul> +{/strip}
\ No newline at end of file |
