By prizkall on
I want to assign to a page I created the same theme that is set for my admin pages. Preferably so that if I switch the admin theme, the page's theme also changes. How can I do that?
I want to assign to a page I created the same theme that is set for my admin pages. Preferably so that if I switch the admin theme, the page's theme also changes. How can I do that?
Comments
Please help
Can anybody at least point me in the right direction to solve this? Much appreciated...
Maybe you can use taxonomy
Maybe you can use taxonomy theme
Give your page a taxonomy and give it whatever theme you like.
It won't fix your problem about switch theme, but maybe it would help.
Taxonomy Theme not compatible with Drupal 6.3
Thanks for the pointer, but it doesn't help me since I'm running Drupal 6.3. Anywhere in the API that I could look to assign a theme to a page?
Sorry, my fault
I'm sorry that i haven't see the fact that you're working on Drupal 6 and the module i've mentioned isn't available yet.
There are people developing it, but in the meantime, just for your case, you can add this very very custom module that i've made as an apology :)
module page_theme( this is the name of the folder that contains this module )
page_theme.info
page_theme.module
Just change the line with the url.
This isn't fancy at all, but it is gonna do the job while the real module to do this task is under developement.
I hope it will solve for a while your problem