Changeset 15597
- Timestamp:
- 06/07/12 23:33:30 (12 months ago)
- Files:
-
- 1 modified
-
trunk/include/common.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/common.inc.php
r15587 r15597 193 193 else 194 194 { // Classic template 195 $theme = script_basename() != 'ws' and mobile_theme() ? $conf['mobile_theme'] : $user['theme']; 195 $theme = $user['theme']; 196 if (script_basename() != 'ws' and mobile_theme()) 197 { 198 $theme = $conf['mobile_theme']; 199 } 196 200 $template = new Template(PHPWG_ROOT_PATH.'themes', $theme ); 197 201 }
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)