Переглянути джерело

#200086, don't load non-existent custom.css file

Ted Serbinski 17 роки тому
батько
коміт
ebdc82203b
2 змінених файлів з 3 додано та 2 видалено
  1. 2 1
      README.txt
  2. 1 1
      simplemenu.module

+ 2 - 1
README.txt

@@ -33,7 +33,8 @@ jQuery Superfish: http://users.tpg.com.au/j_birch/plugins/superfish/
 4.1, 2008-Jan-26
 ----------------------
 
-- #199224, fix display issues in IE6/7
+- #199224, fix display issues in IE6/7 
+- #200086, don't load non-existent custom.css file
 
 
 4.0, 2007-Nov-22

+ 1 - 1
simplemenu.module

@@ -38,7 +38,7 @@ function simplemenu_footer() {
     $simplemenu_theme = variable_get('simplemenu_theme', 'original');
     drupal_add_css($path .'/simplemenu.css');
 
-    if ($theme != 'custom') {
+    if ($simplemenu_theme != 'custom') {
       drupal_add_css($path .'/themes/'. $simplemenu_theme .'/'. $simplemenu_theme .'.css');
     }