Changeset 998

Show
Ignore:
Timestamp:
06/11/07 19:50:49 (1 year ago)
Author:
donncha
Message:

Load jquery the right way
Added image file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/mu-plugins/dashboardswitcher.php

    r997 r998  
    11<?php 
     2 
     3add_action( 'admin_print_scripts', 'switcher_scripts' ); 
     4 
     5function switcher_scripts() { 
     6        wp_enqueue_script('jquery'); 
     7} 
     8 
    29 
    310function switcher_css() { 
     
    3643} 
    3744</style> 
    38 <?php 
    39         wp_enqueue_script('interface'); 
    40 ?> 
    4145<script type="text/javascript"> 
    4246jQuery( function($) { 
     
    4549var h = $( '#blog-title' ) 
    4650        .css({ 
    47                 background: 'transparent url( images/bullet_arrow_down.gif ) no-repeat scroll 100% .2em;', 
     51                background: 'transparent url( ../wp-content/mu-plugins/bullet_arrow_down.gif ) no-repeat scroll 100% .2em;', 
    4852                padding: '0 25px 2px 5px', 
    4953                cursor: 'pointer',