Changeset 998
- Timestamp:
- 06/11/07 19:50:49 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-content/mu-plugins/dashboardswitcher.php
r997 r998 1 1 <?php 2 3 add_action( 'admin_print_scripts', 'switcher_scripts' ); 4 5 function switcher_scripts() { 6 wp_enqueue_script('jquery'); 7 } 8 2 9 3 10 function switcher_css() { … … 36 43 } 37 44 </style> 38 <?php39 wp_enqueue_script('interface');40 ?>41 45 <script type="text/javascript"> 42 46 jQuery( function($) { … … 45 49 var h = $( '#blog-title' ) 46 50 .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;', 48 52 padding: '0 25px 2px 5px', 49 53 cursor: 'pointer',
