Jump to content

Is it possible to over ride Admin Theme?


chandiniverma
 Share

Recommended Posts

Hi all,

I just installed pw on my localhost and i want to make Admin theme Reno as a default theme at my backend.. is that is possbile?

more over is it possble to over ride few files of admin theme by copying it to site folder? if yes how?

please help i am new to this and waiting for your replies...

thanks a lot

Link to comment
Share on other sites

To make the Reno theme the default use this in /site/config.php:

/**
 * Default admin theme
 * 
 * Module name of default admin theme for guest and users that haven't already selected one
 *
 * Core options include: **AdminThemeDefault** or **AdminThemeReno**.
 * Additional options will depend on what other 3rd party AdminTheme modules you have installed.
 *
 * @var string
 *
 */
$config->defaultAdminTheme = 'AdminThemeReno';

Read this on the option to have multiple copies of a module: http://processwire.com/blog/posts/processwire-core-updates-2.5.14/

  • Like 3
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...