inseriti a capo negli header html
This commit is contained in:
@@ -45,11 +45,11 @@ class GUIHandler {
|
||||
echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n";
|
||||
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 "<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge,chrome=1\">\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" />';
|
||||
echo '<META http-equiv="Cache-Control" content="no-cache,no-store" />\n';
|
||||
echo '<META http-equiv="Pragma" content="no-cache" />\n';
|
||||
|
||||
if ($admin){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user