I’m working on a Drupal mobile site which is powered by the Mobile module. The non-mobile theme uses panels, and the mobile theme does not. I need to turn off panels for the mobile theme as the panels appear and ruin its layout. How can I do this, or is there a better way to achieve a separate mobile site in general? We’re running Drupal 6.
Thanks in advance!
You might be able to do some hacking in the template_preprocess_page() function. I’ve never tried to do what you’re doing, as I don’t use the panels module.
What kind of stuff does the panels module put into your content? Maybe you can do it with CSS?
Hope this helps.