Changeset 17021 for trunk/themes/smartpocket/themeconf.inc.php
- Timestamp:
- Jul 25, 2012, 7:24:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/smartpocket/themeconf.inc.php
r13545 r17021 14 14 15 15 // Redirect if page is not compatible with mobile theme 16 if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification' )))16 if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification', 'ws'))) 17 17 redirect(duplicate_index_url()); 18 18
Note: See TracChangeset
for help on using the changeset viewer.