Changeset 15587 for trunk/include
- Timestamp:
- Jun 7, 2012, 3:20:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/common.inc.php
r13234 r15587 193 193 else 194 194 { // Classic template 195 $theme = mobile_theme() ? $conf['mobile_theme'] : $user['theme'];195 $theme = script_basename() != 'ws' and mobile_theme() ? $conf['mobile_theme'] : $user['theme']; 196 196 $template = new Template(PHPWG_ROOT_PATH.'themes', $theme ); 197 197 }
Note: See TracChangeset
for help on using the changeset viewer.