|
|
|
@ -1424,7 +1424,7 @@ function head_contents($title, $description, $canonical) { |
|
|
|
$output .= $title ."\n". $favicon ."\n". $charset ."\n". $generator ."\n". $xua ."\n". $viewport ."\n". $description ."\n". $sitemap ."\n". $canonical ."\n". $feed ."\n". $jquery ."\n"; |
|
|
|
} |
|
|
|
else { |
|
|
|
$output .= $title ."\n". $favicon ."\n". $charset ."\n". $generator ."\n". $xua ."\n". $viewport ."\n". $description ."\n". $sitemap ."\n"; |
|
|
|
$output .= $title ."\n". $favicon ."\n". $charset ."\n". $generator ."\n". $xua ."\n". $viewport ."\n". $description ."\n". $sitemap ."\n". $canonical ."\n". $feed ."\n"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|