I've two themes for my site, one is for mobile users and I'd like to remove all images for them. How can I do that?

Perhaps it's possible to add an input filter (or use an input format) manually to my theme using a hook in template.php? Does anyone have any idea?

Comments

fenstrat’s picture

Have a look at http://drupal.org/project/themekey

You may also want to explore the possibility of responsive/adaptive design using one theme for all browsers/platforms with a theme such as http://drupal.org/project/omega, http://drupal.org/project/adaptivetheme or the 5.x branch of http://drupal.org/project/zen

Helmut Neubauer’s picture

It's not a problem of the theme. I'd like to remove my images in a theme thinking of manipulating the input filters of my input format. Themekey doesn't seem to provide this functionality.