mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
$cs -> $css
This commit is contained in:
parent
429e4e85aa
commit
702dd41c30
2 changed files with 2 additions and 2 deletions
2
core.php
2
core.php
|
@ -130,7 +130,7 @@ function renderpage($title, $content, $minimal = false)
|
||||||
<meta charset='utf-8' />
|
<meta charset='utf-8' />
|
||||||
<title>$title</title>
|
<title>$title</title>
|
||||||
<link rel='shortcut icon' href='$favicon' />";
|
<link rel='shortcut icon' href='$favicon' />";
|
||||||
if(preg_match("/^[^\/]*\/\/|^\//", $cs))
|
if(preg_match("/^[^\/]*\/\/|^\//", $css))
|
||||||
{
|
{
|
||||||
$html .= "\n\t\t<link rel='stylesheet' href='$css' />\n";
|
$html .= "\n\t\t<link rel='stylesheet' href='$css' />\n";
|
||||||
}
|
}
|
||||||
|
|
|
@ -231,7 +231,7 @@ function renderpage($title, $content, $minimal = false)
|
||||||
<meta charset='utf-8' />
|
<meta charset='utf-8' />
|
||||||
<title>$title</title>
|
<title>$title</title>
|
||||||
<link rel='shortcut icon' href='$favicon' />";
|
<link rel='shortcut icon' href='$favicon' />";
|
||||||
if(preg_match("/^[^\/]*\/\/|^\//", $cs))
|
if(preg_match("/^[^\/]*\/\/|^\//", $css))
|
||||||
{
|
{
|
||||||
$html .= "\n\t\t<link rel='stylesheet' href='$css' />\n";
|
$html .= "\n\t\t<link rel='stylesheet' href='$css' />\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue