Posted by jdidelet on November 1, 2010 at 7:02am
Hi everyone,
I hope someone will have a solution about my question. I would like to deploy one single drupal installation sharing modules and content with one database (like exemple.com, xxx.exemple.com,yyy.exemple.com...). No problem for that. My problem is when I want to select different themes for each sub-domains. I would like to know how I can do that without Domain Access module (if it's possible to do that). Anyone know how we can do that ?

Comments
In
In settings.php
<?php$conf['default_theme'] = 'foo';
?>
should do it.
--
Dave Hansen-Lange
Director of Technical Strategy, Advomatic.com
Pronouns: he/him/his
nice thanks !
nice thanks !
Julien Didelet
Founder
Weblaa.com
Ah just for update,
Ah just for update, it's:
<?php$conf['theme_default'] = 'foo';
?>
Thanks again!
Julien Didelet
Founder
Weblaa.com