test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • davidmccreary JATC
    #152829

    I’ve developed a detection script and template that I prefer to use. How do i turn off your JA Teline III detection and use my own?

    gray Friend
    #350621

    index.php of the template has a row
    $layout = $tmplTools->getLayout ();
    which calls function getLayout () from ja.template.helper.php, in its turn it calls
    function mobile_device_detect_layout () {
    return $this->getParam(‘ui’)==’desktop’?false:$this->mobile_device_detect();
    }

    so, it’s linked to mobile_device_detect.php which finally determines the mobile device.

    onerasta73 Friend
    #413920

    Hi,

    How do I force it to always be a desktop version. For some reason the template is switching to mobile version in all browsers..

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  onerasta73 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum