View Single Post
  #2  
Old 02-18-2009, 05:05 AM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
Well, you can hack the index.php of the mobile version. Right after the initial variables have been read from the database you can reset the $cfgrow['template'] value to the template you want.

PHP Code:
$cfgrow['template']='mobiletemplate'
As you might have guessed you can do this for every var in the configtable.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote