Hello, i was wonder how can i show a module in the default site (desktop/standard version) only for mobile devices only. Just because i want to show Mobile Version link and Standard Version in the website only if the user agent is mobile and not for desktop users. thanks in advanced, razvan
i tried with: $MobileJoomla =& MobileJoomla::getInstance();
and $MobileJoomla->getMarkup() in the template,
but shows me Call to a member function getMarkup()