Changeset 1039
- Timestamp:
- 08/08/07 00:44:51 (1 year ago)
- Files:
-
- trunk/src/lyceum/wp-login.php (modified) (1 diff)
- trunk/src/lyceum/wp-register.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/lyceum/wp-login.php
r1034 r1039 92 92 <head> 93 93 <title>Lyceum › <?php _e('Login') ?></title> 94 <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />94 <meta http-equiv="Content-Type" content="text/html; charset=<?php get_settings('blog_charset'); ?>" /> 95 95 <link rel="stylesheet" href="<?php echo WEBROOT; ?>/wp-admin/wp-admin.css" type="text/css" /> 96 96 <script type="text/javascript"> trunk/src/lyceum/wp-register.php
r1038 r1039 16 16 $action = 'addblog'; 17 17 18 header( 'Content-Type: text/html; charset= UTF-8');18 header( 'Content-Type: text/html; charset='.get_settings('blog_charset') ); 19 19 20 20 switch( $action ) {
