Ignore:
Timestamp:
Feb 18, 2012, 9:26:52 PM (13 years ago)
Author:
patdenice
Message:

feature:2577
Many improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/page_tail.php

    r12922 r13234  
    6666$template->assign('debug', $debug_vars );
    6767
     68//------------------------------------------------------------- mobile version
     69if (get_device() != 'desktop')
     70{
     71  $template->assign('TOGGLE_MOBILE_THEME_URL',
     72      add_url_params(
     73        make_index_url(),
     74        array('mobile' => mobile_theme() ? 'false' : 'true')
     75      )
     76    );
     77}
     78
    6879trigger_action('loc_end_page_tail');
    6980//
Note: See TracChangeset for help on using the changeset viewer.