View Single Post
  #3  
Old 11-19-2008, 04:30 PM
toots Offline
forum loafer
 
Join Date: Nov 2007
Posts: 2
A quick and dirty way to do that is to add the following line somewhere in the index.php :

Code:
if(preg_match("/iphone/i",$_SERVER["HTTP_USER_AGENT"])) $cfgrow['template'] = "hoo";
Reply With Quote