Is it possible to detect the browser and use a specific theme ?
ThemeA would be used if my Drupal site is browsed through I.E., ThemeB would be used if the same Drupal site would be browsed through Firefox,...
(I am working with Drupal 6.10)

Comments

WorldFallz’s picture

Sounds like a bad idea to me-- i would just use a cross browser compatible theme. However, if you really want to do this you could probably work it out by using the http://drupal.org/project/browscap and http://drupal.org/project/themekey modules.