Core update (header fix)
This commit is contained in:
parent
4007dc6c5a
commit
2c0ddfca78
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta name="description" content="<?php echo $yellow->page->getHtml("description") ?>" />
|
||||
<meta name="keywords" content="<?php echo $yellow->page->getHtml("keywords") ?>" />
|
||||
<meta name="author" content="<?php echo $yellow->page->getHtml("author") ?>" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title><?php echo $yellow->page->getHtml("titleHeader") ?></title>
|
||||
<link rel="shortcut icon" href="<?php echo $yellow->config->get("serverBase").$yellow->config->get("imageLocation")."icon.png" ?>" />
|
||||
<link rel="stylesheet" type="text/css" media="all" href="<?php echo $yellow->config->get("serverBase").$yellow->config->get("styleLocation").$yellow->page->get("style").".css" ?>" />
|
||||
|
|
Loading…
Add table
Reference in a new issue