Page 1 of 1

[Solved]Customising an Admin Theme

Posted: Sat Feb 23, 2013 2:18 am
by jasnick
Using 1.11.4 and OneEleven theme

Am doing a slight customisation the OneEleven theme to add a client logo to make it more personal for the client.

I have made a small change to ...themes/OneEleven/templates/pagetemplate.tpl and to ...themes/OneEleven/css/style.css.

I have done this with Modules previously and set up a module_custom folder so it will survive any future upgrades.

How is this done with a Theme?

Thanks

Re: Customising an Admin Theme

Posted: Sat Feb 23, 2013 9:01 am
by uniqu3
Copy theme, rename it, rename Theme Class file and PHP class itself (class OneElevenTheme extends CmsAdminThemeBase), maintain it in future.

Re: Customising an Admin Theme

Posted: Sun Feb 24, 2013 12:11 am
by jasnick
Thanks for reminding me - of course I remember now that's how I did the last theme I used - though I wouldn't have remembered the
Theme Class file and PHP class file!

Thanks for a great theme.