Update index.php

update favicon path
This commit is contained in:
Len
2018-02-17 03:07:53 -05:00
committed by GitHub
parent 762c169bda
commit 33b9acc703

View File

@@ -65,7 +65,7 @@ else {
$favicon = $_SESSION['theme']['favicon']['text'];
}
else {
$favicon = '<!--{project_path}-->/themes/enhanced/favicon.ico';
$favicon = '<!--{project_path}-->/themes/default/favicon.ico';
}
?>
@@ -288,4 +288,4 @@ else {
</body>
</html>
</html>