Просмотр исходного кода

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

jmunro 23 лет назад
Родитель
Сommit
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";