diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 18:33:42 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 18:33:42 -0400 |
| commit | 082db6e31602d54b0d161034515bf9dfb3a434c3 (patch) | |
| tree | 7bfd46f77e912bec6c1a4d841fbf10ac5d52e754 /templates/menu_fisheye_admin.tpl | |
| parent | 28c134dbe75a6e5db19752cba73ae990970bbe58 (diff) | |
| download | fisheye-082db6e31602d54b0d161034515bf9dfb3a434c3.tar.gz fisheye-082db6e31602d54b0d161034515bf9dfb3a434c3.tar.bz2 fisheye-082db6e31602d54b0d161034515bf9dfb3a434c3.zip | |
update all admin menus for bootstrap dropdowns with proper sub-menus
Diffstat (limited to 'templates/menu_fisheye_admin.tpl')
| -rw-r--r-- | templates/menu_fisheye_admin.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/menu_fisheye_admin.tpl b/templates/menu_fisheye_admin.tpl index 72a5dc7..c791bba 100644 --- a/templates/menu_fisheye_admin.tpl +++ b/templates/menu_fisheye_admin.tpl @@ -1 +1,3 @@ -<ul class="dropdown-menu sub-menu"><li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=fisheye">{tr}Fisheye Settings{/tr}</a></li></ul>
\ No newline at end of file +<li> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=fisheye">{tr}Fisheye Settings{/tr}</a> +</li> |
