Log in with username/password: lyceum/lyceum

Changeset 1039

Show
Ignore:
Timestamp:
08/08/07 00:44:51 (1 year ago)
Author:
jjb
Message:

#797

Use system-wide charset for register and login pages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/wp-login.php

    r1034 r1039  
    9292<head> 
    9393   <title>Lyceum &rsaquo; <?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'); ?>" /> 
    9595   <link rel="stylesheet" href="<?php echo WEBROOT; ?>/wp-admin/wp-admin.css" type="text/css" /> 
    9696   <script type="text/javascript"> 
  • trunk/src/lyceum/wp-register.php

    r1038 r1039  
    1616   $action = 'addblog'; 
    1717 
    18 header( 'Content-Type: text/html; charset=UTF-8' ); 
     18header( 'Content-Type: text/html; charset='.get_settings('blog_charset') ); 
    1919 
    2020switch( $action ) { 
Log in with username/password: lyceum/lyceum