Changeset 2431

Show
Ignore:
Timestamp:
09/02/08 14:36:38 (3 months ago)
Author:
Heilemann
Message:

Removed Blueprint and media.js from the login page header. We should put the login-specific JS from admin.js into its own file and only include the bare essentials in the header, as currently we're loading EVER'TANG.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/admin/login.php

    r2386 r2431  
    55    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
    66 
    7     <link rel="stylesheet" href="<?php Site::out_url('habari'); ?>/3rdparty/blueprint/screen.css" type="text/css" media="screen"> 
    8     <link rel="stylesheet" href="<?php Site::out_url('habari'); ?>/3rdparty/blueprint/print.css" type="text/css" media="print"> 
    97    <link rel="stylesheet" href="<?php Site::out_url('admin_theme'); ?>/css/admin.css" type="text/css" media="screen"> 
    108 
     
    2119    }; 
    2220    </script> 
    23     <script src="<?php Site::out_url('admin_theme'); ?>/js/media.js" type="text/javascript"></script> 
    2421    <script src="<?php Site::out_url('admin_theme'); ?>/js/admin.js" type="text/javascript"></script> 
    2522