Update index.php

update favicon path
This commit is contained in:
Len
2018-02-17 03:07:53 -05:00
committed by GitHub
parent 37b1ca93c6
commit 9d06e7fbe9
+2 -2
View File
@@ -65,7 +65,7 @@ else {
$favicon = $_SESSION['theme']['favicon']['text']; $favicon = $_SESSION['theme']['favicon']['text'];
} }
else { else {
$favicon = '<!--{project_path}-->/themes/enhanced/favicon.ico'; $favicon = '<!--{project_path}-->/themes/default/favicon.ico';
} }
?> ?>
@@ -288,4 +288,4 @@ else {
</body> </body>
</html> </html>