diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-06-07 23:31:14 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-06-07 23:31:14 +0000 |
| commit | 80c227cc7288926391a429842a845766c4295176 (patch) | |
| tree | 8833fb7a96e0a1130d5a2b91ca615ee7ab5540d0 /templates | |
| parent | 69056b684b6689aa529d620560239ae5a681a54d (diff) | |
| download | tags-80c227cc7288926391a429842a845766c4295176.tar.gz tags-80c227cc7288926391a429842a845766c4295176.tar.bz2 tags-80c227cc7288926391a429842a845766c4295176.zip | |
Add tags icon to Tags menu and make it clearer it shows a cloud.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_tags.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_tags.tpl b/templates/menu_tags.tpl index d454112..35928ed 100644 --- a/templates/menu_tags.tpl +++ b/templates/menu_tags.tpl @@ -1,7 +1,7 @@ {strip} <ul> {if $gBitUser->hasPermission('p_tags_view')} - <li><a class="item" href="{$smarty.const.TAGS_PKG_URL}index.php">{biticon ipackage="icons" iname="applications-internet" iexplain="Shows a tag cloud" iforce="icon"} {tr}Tags{/tr}</a></li> + <li><a class="item" href="{$smarty.const.TAGS_PKG_URL}index.php">{biticon ipackage="tags" iname="tags" iexplain="Shows a tag cloud" iforce="icon"} {tr}Tag Cloud{/tr}</a></li> {/if} {if $gBitUser->hasPermission( 'p_tags_admin' )} <li><a class="item" href="{$smarty.const.TAGS_PKG_URL}list.php">{biticon ipackage="icons" iname="document-new" iexplain="Edit tags" iforce="icon"} {tr}Edit tags{/tr}</a></li> |
