Changeset 1254
- Timestamp:
- 10/29/07 23:22:36 (1 year ago)
- Files:
-
- branches/1.0/src/lyceum/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/src/lyceum/wp-login.php
r1232 r1254 91 91 <head> 92 92 <title>Lyceum › <?php _e('Login') ?></title> 93 <meta http-equiv="Content-Type" content="text/html; charset=<?php get_settings('blog_charset'); ?>" />93 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('system_charset'); ?>" /> 94 94 <link rel="stylesheet" href="<?php echo WEBROOT; ?>/wp-admin/wp-admin.css" type="text/css" /> 95 95 <script type="text/javascript">
