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

SVN:trunk[1618]
This commit is contained in:
Denis Flaven
2011-09-29 14:50:23 +00:00
parent 6fb3195d6e
commit 0999f00912
2 changed files with 3 additions and 0 deletions

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);