If they are not on the mobile site or not interested in getting the
mobile profile, then give them the regular output.
This commit is contained in:
parent
3ee1af9aaa
commit
fe4a49d4a5
|
@ -141,6 +141,10 @@ class MobileProfilePlugin extends WAP20Plugin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$this->serveMobile) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
header('Content-Type: '.$type);
|
header('Content-Type: '.$type);
|
||||||
|
|
||||||
$action->extraHeaders();
|
$action->extraHeaders();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user