Changeset 13234 for trunk/include/page_tail.php
- Timestamp:
- Feb 18, 2012, 9:26:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/page_tail.php
r12922 r13234 66 66 $template->assign('debug', $debug_vars ); 67 67 68 //------------------------------------------------------------- mobile version 69 if (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 68 79 trigger_action('loc_end_page_tail'); 69 80 //
Note: See TracChangeset
for help on using the changeset viewer.