Set default admin theme from an installiation profile
Hello,
My name is Mike and im a student who has been playing around with drupal for about 4 years now. I have no formal education in php or MySQL, everything i have is self taught.
I have been doing freelance website/graphic design for a few years now, and i recently started building my client sites with drupal.
I am trying to develop my own installation profile that would make drupal more user friendly right out of the box. Instead of starting from scratch, im modifying the acquia drupal profile to install the modules i want enabled initially (like cck, views, pathauto etc). I have managed to set up the profile so it would enable all the modules i wanted, and the theme I use as default. However, Is there any way to set the admin profile to rootcandy (see http://drupal.org/project/rootcandy) from the installation profile.
// Enable default theme
drupal_system_enable('theme', 'cpdefault');
variable_set('theme_default', 'cpdefault');I have had a brief look on api.drupal.org but couldn't find anything.
Anyone have a solution?
