diff options
| author | spiderr <spider@viovio.com> | 2013-04-19 13:23:07 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-19 13:23:07 -0400 |
| commit | 143cbf10a390a929dd4f94150807dad3ea702e8f (patch) | |
| tree | 642f130d4be241a07ff06702f75bb5657c9b6fb7 /templates | |
| parent | 6c45beb4828e34d0c6bb24d60e8020eef3f58fcd (diff) | |
| download | tags-143cbf10a390a929dd4f94150807dad3ea702e8f.tar.gz tags-143cbf10a390a929dd4f94150807dad3ea702e8f.tar.bz2 tags-143cbf10a390a929dd4f94150807dad3ea702e8f.zip | |
fix menu_*_admin to be multi-purpose as dropdown or visual list like normal user menus
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_tags_admin.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_tags_admin.tpl b/templates/menu_tags_admin.tpl index f6fd81a..b630000 100644 --- a/templates/menu_tags_admin.tpl +++ b/templates/menu_tags_admin.tpl @@ -1,6 +1,6 @@ {strip} -<ul class="dropdown-menu sub-menu"> - <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=tags">{tr}Tags Settings{/tr}</a></li> +<ul class="{$packageMenuClass}"> + <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=tags">{tr}Tags{/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 +{/strip} |
