21293 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 845 Views |
-
Changing admin theme

20 October 2010 at 11:33pm
Hi, I want to override a core admin template (WidgetAreaEditor.ss), but I am not sure how to go about it. I am setting my theme in _config.php, but I notice that in LeftAndMain.php's init() method, the following happens:
// The user's theme shouldn't affect the CMS, if, for example, they have replaced
// TableListField.ss or Form.ss.
SSViewer::set_theme(null);This seems to make it difficult to set the admin theme, I have tried using an Extension to LeftAndMain, but its init() method is called before that of LeftAndMain, meaning I can't set the theme here.
Has anyone else managed to change/override the admin theme successfully?
Thanks,
Ross
-
Re: Changing admin theme

21 October 2010 at 7:20am
You can create a copy of WidgetAreaEditor.ss in mysite/templates. SS will use that template instead..
| 845 Views | ||
|
Page:
1
|
Go to Top |


