Plugin Directory

Changeset 424783


Ignore:
Timestamp:
08/17/2011 09:43:13 AM (15 years ago)
Author:
starnetwork
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • best-custom-css/trunk/customcss.php

    r424779 r424783  
    8989    $name = 'custom-admin';
    9090    $siteurl = get_option('siteurl');
    91     $url = $siteurl . '/wp-content/plugins/customcss/css/'.$name.'.css';
     91    $url = $siteurl . '/wp-content/plugins/best-custom-css/css/'.$name.'.css';
    9292    echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"$url\" />\n";
    9393}
     
    105105    foreach($stylesheets as $key => $css){
    106106        if($css != ""){
    107             $url = $siteurl . '/wp-content/plugins/customcss/css/'.$css.'.css';
     107            $url = $siteurl . '/wp-content/plugins/best-custom-css/css/'.$css.'.css';
    108108            switch($key){
    109109                case "ie6":
Note: See TracChangeset for help on using the changeset viewer.