Ignore:
Timestamp:
Mar 3, 2012, 7:09:10 PM (12 years ago)
Author:
patdenice
Message:

Multisize and mobile theme.
Use ajax loader for thumbnails in mobile theme.
Use standard square parameters for mobile theme.
Change square parameters to 120px.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/page_tail.php

    r13426 r13472  
    6767
    6868//------------------------------------------------------------- mobile version
    69 if ( !empty($conf['mobile_theme']) && get_device() != 'desktop')
     69if ( !empty($conf['mobile_theme']) && (get_device() != 'desktop' || mobile_theme()))
    7070{
    7171  $template->assign('TOGGLE_MOBILE_THEME_URL',
    7272      add_url_params(
    73         make_index_url(),
     73        duplicate_index_url(),
    7474        array('mobile' => mobile_theme() ? 'false' : 'true')
    7575      )
Note: See TracChangeset for help on using the changeset viewer.