Add default favicon.ico.

This commit is contained in:
Retro_Guy 2024-11-03 06:50:39 -07:00
parent 79ae1916fb
commit a4e1134065
2 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ if (isset($_SESSION['theme'])) {
$do_theme = preg_replace("/ /", "%20", $default_theme);
}
echo '<link rel="stylesheet" type="text/css" href="' . $rootdir . '/common/themes/' . $do_theme . '/style.css">';
echo '<link rel="icon" type="image/x-icon" href="/common/images/favicon.ico">';
if ((isset($_SESSION['theme'])) && file_exists($rootdir . '/common/themes/' . $do_theme . '/images/rocksolidlight.png')) {
$header_image = $rootdir . '/common/themes/' . $do_theme . '/images/rocksolidlight.png';

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB