Changeset 424783
- Timestamp:
- 08/17/2011 09:43:13 AM (15 years ago)
- File:
-
- 1 edited
-
best-custom-css/trunk/customcss.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
best-custom-css/trunk/customcss.php
r424779 r424783 89 89 $name = 'custom-admin'; 90 90 $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'; 92 92 echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"$url\" />\n"; 93 93 } … … 105 105 foreach($stylesheets as $key => $css){ 106 106 if($css != ""){ 107 $url = $siteurl . '/wp-content/plugins/ customcss/css/'.$css.'.css';107 $url = $siteurl . '/wp-content/plugins/best-custom-css/css/'.$css.'.css'; 108 108 switch($key){ 109 109 case "ie6":
Note: See TracChangeset
for help on using the changeset viewer.