Changeset 913
- Timestamp:
- 01/18/08 01:17:31 (10 months ago)
- Files:
-
- trunk/swisscenter/base/page.php (modified) (1 diff)
- trunk/swisscenter/config/config_template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swisscenter/base/page.php
r910 r913 53 53 function charset() 54 54 { 55 $cfg = str('PLAYER_PAGE_CHARSET'); 56 if (empty($cfg)) 57 return 'charset=Windows-1252'; 58 else 59 return 'charset='.$cfg; 55 return 'charset='.get_sys_pref('PLAYER_PAGE_CHARSET','Windows-1252'); 60 56 } 61 57 trunk/swisscenter/config/config_template.php
r822 r913 7 7 <html> 8 8 <head> 9 <meta http-equiv="content-type" content="text/html;charset=<?php echo str('CONFIG_PAGE_CHARSET');?>" />9 <meta http-equiv="content-type" content="text/html;charset=<?php echo get_sys_pref('CONFIG_PAGE_CHARSET','Windows-1252') ?>" /> 10 10 <title>SwissCenter Config</title> 11 11 <link rel="stylesheet" type="text/css" media="screen" href="sdmenu.css" />