summaryrefslogtreecommitdiff
path: root/templates/menu_ckeditor_admin.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menu_ckeditor_admin.tpl')
-rw-r--r--templates/menu_ckeditor_admin.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_ckeditor_admin.tpl b/templates/menu_ckeditor_admin.tpl
index ff76a4a..6204ea4 100644
--- a/templates/menu_ckeditor_admin.tpl
+++ b/templates/menu_ckeditor_admin.tpl
@@ -1,5 +1,5 @@
{strip}
-<ul class="dropdown-menu sub-menu">
- <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=ckeditor">{tr}CKEditor Settings{/tr}</a></li>
-</ul>
+<li>
+ <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=ckeditor">{tr}CKEditor Settings{/tr}</a>
+</li>
{/strip}