$cs -> $css

This commit is contained in:
Starbeamrainbowlabs 2014-12-26 13:01:35 +00:00
parent 429e4e85aa
commit 702dd41c30
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ function renderpage($title, $content, $minimal = false)
<meta charset='utf-8' />
<title>$title</title>
<link rel='shortcut icon' href='$favicon' />";
if(preg_match("/^[^\/]*\/\/|^\//", $cs))
if(preg_match("/^[^\/]*\/\/|^\//", $css))
{
$html .= "\n\t\t<link rel='stylesheet' href='$css' />\n";
}

View File

@ -231,7 +231,7 @@ function renderpage($title, $content, $minimal = false)
<meta charset='utf-8' />
<title>$title</title>
<link rel='shortcut icon' href='$favicon' />";
if(preg_match("/^[^\/]*\/\/|^\//", $cs))
if(preg_match("/^[^\/]*\/\/|^\//", $css))
{
$html .= "\n\t\t<link rel='stylesheet' href='$css' />\n";
}