By younggun on
Hi I am currently using the Arthemia theme for my site. However, the Garland theme is my core or default theme I really do not like the Garland theme. Is there a way to only use the Arthemia theme? On the theme page Garland is not selected as my default but it shows up as my default.
I would like to change this. Can someone assist me with this?
Comments
.
If this happens only in the admin pages, go to admin/settings/admin and see what is selected there.
If this happens everywhere,
- have you added any $conf[] variable specifying a theme in your site's settings.php file?
- if it is a Drupal multisite, are you sure that you are looking at the right site?
This worked, but
Hi cog.rusty thanks for you assistance this worked well, but when I put my site off line in maintenance mode the garland theme is still there. Is there a way around this?
.
That is not exactly Garland, that is Minnelli, its narrower subtheme, which is also used for installation and updates.
If your Drupal version is recent, you can change it to another theme by adding at the end of your settings.php file the line
Note that you maintenance theme will be a mess if it doesn't have a maintenance-page.tpl.php template file.
This worked out great.
I copied the maintenance-page.tpl.php file from the garland theme and put the page.tpl.php code from my theme into it had it, and that made the page look better look better.
Thanks so much cog.rusty.