Spitfire wrote:
You can use any of default MJ's plugin as an example. The code can be smth like
Any idea on how to get started or direction you can point me to to build this plugin?
You can use any of default MJ's plugin as an example. The code can be smth like
function onDeviceDetection(&$MobileJoomla_Settings, &$MobileJoomla_Device) {
switch($_SERVER['REQUEST_URI'])
{
case '/firsturl':
case '/secondurl':
//... $MobileJoomla_Device['markup'] = $markup;
}
}