Show
Ignore:
Timestamp:
08/18/08 07:52:36 (5 months ago)
Author:
082net
Message:

## wp-scripts ##

Applied unique login.css

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wp-scripts/trunk/tblogin/tb-login-2.5.1.php

    r406 r407  
    1515// Rather than duplicating this HTML all over the place, we'll stick it in function 
    1616function login_header($title = 'Login', $message = '', $wp_error = '') { 
    17         global $error; 
     17        global $error, $WpScripts; 
    1818 
    1919        if ( empty($wp_error) ) 
     
    2525        <title><?php bloginfo('name'); ?> &rsaquo; <?php echo $title; ?></title> 
    2626        <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"> 
    2728        <?php 
    28         wp_admin_css( 'css/login' ); 
     29//      wp_admin_css( 'css/login' ); 
    2930        wp_admin_css( 'css/colors-fresh' ); 
    3031        ?>