Преглед на файлове

fixed $custom_css (ended up in single quotes after code cleanup)

jmunro преди 23 години
родител
ревизия
22c50f48e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      functions/page_header.php

+ 1 - 1
functions/page_header.php

@@ -27,7 +27,7 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE
         }
     } else {
         echo '<LINK REL="stylesheet" TYPE="text/css" HREF="' .
-             $base_uri . 'themes/css/$custom_css">';
+             $base_uri . 'themes/css/'.$custom_css.'">';
     }
     
     echo "\n<title>$title</title>$xtra</head>\n\n";