Changeset 17022 for branches/2.4/themes


Ignore:
Timestamp:
Jul 25, 2012, 7:26:26 PM (12 years ago)
Author:
rvelices
Message:

merge from trunk to 2.4

  • fix smartpocket : web service calls in admin not working on iphones
  • removed unused func params in template
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/themes/smartpocket/themeconf.inc.php

    r13545 r17022  
    1414
    1515// Redirect if page is not compatible with mobile theme
    16 if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification')))
     16if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification', 'ws')))
    1717  redirect(duplicate_index_url());
    1818
Note: See TracChangeset for help on using the changeset viewer.