diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-15 14:25:12 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-15 14:25:12 +0100 |
| commit | e5ddb4e8f6f8892638ca0ab9975ff59bc597d52b (patch) | |
| tree | 4864867480d7ca46c72d976f057180a3dfd1b580 | |
| parent | 6d4c4f12d15ae68d912972921997a8c5180c9aea (diff) | |
| download | ckeditor-e5ddb4e8f6f8892638ca0ab9975ff59bc597d52b.tar.gz ckeditor-e5ddb4e8f6f8892638ca0ab9975ff59bc597d52b.tar.bz2 ckeditor-e5ddb4e8f6f8892638ca0ab9975ff59bc597d52b.zip | |
Administration of CKE4 needs a major overhaul due to the changes in the project
Selecting skin and organisation of plugins has been moved to the 'downloader'
so adding a replacement facility probably needs to be on the todo list.
| -rw-r--r-- | templates/menu_ckeditor_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_ckeditor_admin.tpl b/templates/menu_ckeditor_admin.tpl index 47e87e2..8a18a4d 100644 --- a/templates/menu_ckeditor_admin.tpl +++ b/templates/menu_ckeditor_admin.tpl @@ -1,3 +1,3 @@ {strip} -{if $packageMenuTitle}<a class="nosubmenu"href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=ckeditor">{tr}CKEditor{/tr}</a>{/if} +{if $packageMenuTitle}<a class="nosubmenu" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=ckeditor">{tr}CKEditor{/tr}</a>{/if} {/strip} |
