Fix head.inc to not overwrite title.
This commit is contained in:
parent
9b26a9efee
commit
aa36a6c3da
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
include "config.inc.php";
|
||||
echo '<html><head>';
|
||||
echo '<title>'.htmlspecialchars($title).'</title>';
|
||||
echo '<meta name="viewport" content="width=device-width, initial-scale=1.0">';
|
||||
echo '<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=<?=$www_charset?>">';
|
||||
include "config.inc.php";
|
||||
|
||||
if(file_exists($config_dir.'/googleanalytics.conf')) {
|
||||
include $config_dir.'/googleanalytics.conf';
|
||||
|
|
Loading…
Reference in New Issue