1043 Posts in 379 Topics by 373 members
| Go to End | ||
| Author | Topic: | 1952 Views |
-
Re: THEMES_DIR not loading properly

16 January 2010 at 4:12am
Sorry, I wasn't clear, I meant the second part of JayDevlin's post, where he suggested putting:
HtmlEditorConfig::get('cms')->setOptions(array(
'content_css'=>'cms/css/editor.css, '.(SSViewer::current_theme() ? THEMES_DIR . "/" . SSViewer::current_theme() : project()) . "/css/editor.css"
));
into your 'mysite/_config.php'.
Hope that helps -
Re: THEMES_DIR not loading properly

23 January 2010 at 7:10pm
Just for reference, this should be fixed in branches/2.4, and will be included in the upcoming 2.4 beta:
http://open.silverstripe.org/ticket/4904
http://open.silverstripe.org/ticket/4634
| 1952 Views | ||
| Go to Top |


