Added a link to a favicon (icon in the browser's bar and tab)

SVN:1.2[1619]
This commit is contained in:
Denis Flaven
2011-09-29 14:54:03 +00:00
parent f00c7c6bc2
commit d04c6bccd5
2 changed files with 3 additions and 0 deletions

View File

@@ -624,6 +624,8 @@ EOF
echo "</style>\n";
}
echo "<link rel=\"search\" type=\"application/opensearchdescription+xml\" title=\"iTop\" href=\"".utils::GetAbsoluteUrlAppRoot()."pages/opensearch.xml.php\" />\n";
echo "<link rel=\"shortcut icon\" href=\"".utils::GetAbsoluteUrlAppRoot()."images/favicon.ico\" />\n";
echo "</head>\n";
echo "<body>\n";

View File

@@ -413,6 +413,7 @@ class WebPage
}
echo "</style>\n";
}
echo "<link rel=\"shortcut icon\" href=\"".utils::GetAbsoluteUrlAppRoot()."images/favicon.ico\" />\n";
echo "</head>\n";
echo "<body>\n";
echo self::FilterXSS($this->s_content);