Changeset 407
- Timestamp:
- 08/18/08 07:52:36 (3 months ago)
- Location:
- wp-scripts/trunk
- Files:
-
- 2 added
- 4 modified
-
c/images/logo-login.gif (added)
-
c/login.css (added)
-
tblogin/tb-login-2.5.1.php (modified) (2 diffs)
-
tblogin/tb-login-2.6.1.php (modified) (2 diffs)
-
tblogin/tb-login-2.6.php (modified) (2 diffs)
-
wp-scripts.php (modified) (1 diff)
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 ?> -
wp-scripts/trunk/tblogin/tb-login-2.6.1.php
r406 r407 52 52 */ 53 53 function login_header($title = 'Login', $message = '', $wp_error = '') { 54 global $error ;54 global $error, $WpScripts; 55 55 56 56 if ( empty($wp_error) ) … … 62 62 <title><?php bloginfo('name'); ?> › <?php echo $title; ?></title> 63 63 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 64 <link rel="stylesheet" href="<?php echo $WpScripts->URL; ?>/c/login.css?ver=2.6.1" type="text/css" media="all"> 64 65 <?php 65 wp_admin_css( 'login', true );66 // wp_admin_css( 'login', true ); 66 67 wp_admin_css( 'colors-fresh', true ); 67 68 do_action('login_head'); ?> -
wp-scripts/trunk/tblogin/tb-login-2.6.php
r406 r407 52 52 */ 53 53 function login_header($title = 'Login', $message = '', $wp_error = '') { 54 global $error ;54 global $error, $WpScripts; 55 55 56 56 if ( empty($wp_error) ) … … 62 62 <title><?php bloginfo('name'); ?> › <?php echo $title; ?></title> 63 63 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 64 <link rel="stylesheet" href="<?php echo $WpScripts->URL; ?>/c/login.css?ver=2.5.1" type="text/css" media="all"> 64 65 <?php 65 wp_admin_css( 'login', true );66 // wp_admin_css( 'login', true ); 66 67 wp_admin_css( 'colors-fresh', true ); 67 68 do_action('login_head'); ?> -
wp-scripts/trunk/wp-scripts.php
r405 r407 555 555 } 556 556 // unset instance 557 unset($WpScripts);557 //unset($WpScripts); 558 558 ?>
