Closed (fixed)
Project:
WebFM Images
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2007 at 01:42 UTC
Updated:
30 Mar 2010 at 11:35 UTC
I have different themes for Administration and for my front end. I'm using WebFM in an admin context, and it doesn't work well in my own front end theme, so I'd like to be able to 'force' it to use the theme I've specified for Administration.
Any help or pointers would be appreciated.
Comments
Comment #1
tcowin commentedNever mind - I think I've figured it out - by using:
http://drupal.org/node/122578
and adding the optional trigger if arg(0) == 'webfm'
it appears to work as desired
Comment #2
jsims281 commentedGreat, that was very useful thanks for that link.
full micro module for anyone who wants a copy paste solution:
webfm-themechanger.module =
webfm-themechanger.info =
Edit: I'm using this in Drupal 6 and it seems to be working. If anyone has any updates specific for D6 please let me know!