Changeset 407 for wp-scripts/trunk/tblogin/tb-login-2.5.1.php
- Timestamp:
- 08/18/08 07:52:36 (5 months ago)
- Files:
-
- 1 modified
-
wp-scripts/trunk/tblogin/tb-login-2.5.1.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-scripts/trunk/tblogin/tb-login-2.5.1.php
r406 r407 15 15 // Rather than duplicating this HTML all over the place, we'll stick it in function 16 16 function login_header($title = 'Login', $message = '', $wp_error = '') { 17 global $error ;17 global $error, $WpScripts; 18 18 19 19 if ( empty($wp_error) ) … … 25 25 <title><?php bloginfo('name'); ?> › <?php echo $title; ?></title> 26 26 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 27 <link rel="stylesheet" href="<?php echo $WpScripts->URL; ?>/c/login.css?ver=2.5.1" type="text/css" media="all"> 27 28 <?php 28 wp_admin_css( 'css/login' );29 // wp_admin_css( 'css/login' ); 29 30 wp_admin_css( 'css/colors-fresh' ); 30 31 ?>
