L2V - Actually, try adding it to the conditional on line 768 in includes/functions_quoteit.php. The updated code should look something like this. Replace $styleid with whatever variable holds the current styleid (just search around this site to find the right one) and $yourstyle with whatever the styleid of your mobile style is.
PHP Code:
if (!defined('THIS_IS_A_QUOTE') AND $styleid != $yourstyle) {
Neutral Singh - That is strange. Try removing this line from includes/functions_quoteit.php.
PHP Code:
$tempinclude = str_replace('"', '\"', $tempinclude);