diff --git a/application/views/admin/htmleditor/pop_editor_view.php b/application/views/admin/htmleditor/pop_editor_view.php index 8ac609c45e9..c21b7ef48a3 100644 --- a/application/views/admin/htmleditor/pop_editor_view.php +++ b/application/views/admin/htmleditor/pop_editor_view.php @@ -4,7 +4,13 @@ <?php printf($clang->gT('Editing %s'), $sFieldText); ?> - + getClientScript()->registerPackage('jqueryui'); + App()->getClientScript()->registerPackage('jquery-superfish'); + App()->getClientScript()->registerCoreScript('ckeditor'); + App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "jquery-ui/jquery-ui.css" ); + ?> +