[Solved]Customising an Admin Theme

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
jasnick
Power Poster
Power Poster
Posts: 695
Joined: Sat Jan 15, 2011 8:36 am

[Solved]Customising an Admin Theme

Post 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
Last edited by jasnick on Sun Feb 24, 2013 12:12 am, edited 1 time in total.
uniqu3

Re: Customising an Admin Theme

Post by uniqu3 »

Copy theme, rename it, rename Theme Class file and PHP class itself (class OneElevenTheme extends CmsAdminThemeBase), maintain it in future.
jasnick
Power Poster
Power Poster
Posts: 695
Joined: Sat Jan 15, 2011 8:36 am

Re: Customising an Admin Theme

Post 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.
Post Reply

Return to “CMSMS Core”