corretto path favicon

This commit is contained in:
Riccardo Di Dato
2016-04-14 20:08:02 +02:00
parent b156b4f954
commit 0624b31626
+1 -1
View File
@@ -46,7 +46,7 @@ class GUIHandler {
echo "<meta name=\"description\" content=\"$description\">\n";
echo "<meta name=\"author\" content=\"$author\">\n";
echo "<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge,chrome=1\">";
echo '<link rel="shortcut icon" href="'.self::getImagesUrl().'/favicon.png">'."\n";
echo '<link rel="shortcut icon" href="favicon.ico">'."\n";
echo '<link href="http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext" rel="stylesheet" type="text/css">'."\n";
echo '<META http-equiv="Cache-Control" content="no-cache,no-store" />';
echo '<META http-equiv="Pragma" content="no-cache" />';