mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Additional fixes for #601
This commit is contained in:
parent
f8fb61ec6c
commit
e9df310364
3 changed files with 13 additions and 4 deletions
|
|
@ -132,6 +132,11 @@ class editorAdminView extends editor
|
|||
Context::set('component_list', $component_list);
|
||||
Context::set('component_count', $component_count);
|
||||
Context::set('editor_config_default', $editor_config_default);
|
||||
|
||||
foreach ($config->additional_css as $additional_css_url)
|
||||
{
|
||||
Context::loadFile(array($additional_css_url));
|
||||
}
|
||||
|
||||
$security = new Security();
|
||||
$security->encodeHTML('component_list....');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue