From 6403702230660fc8ece24eeb8fe86cf441b7a1f7 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 10 Jan 2010 18:50:29 +0000 Subject: [PATCH] working favicon in default config git-svn-id: http://www.observium.org/svn/observer/trunk@660 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.default b/config.php.default index 2068b709f..4df91fb34 100755 --- a/config.php.default +++ b/config.php.default @@ -58,7 +58,7 @@ $config['title_image'] = "images/observer-logo.jpg"; $config['stylesheet'] = "css/styles.css"; $config['mono_font'] = "DejaVuSansMono"; $config['header_color'] = "#133A7B"; -$config['favicon'] = "favicon.ico"; +$config['favicon'] = "images/observer-icon.png"; $config['page_refresh'] = "0"; ## Refresh the page every xx seconds $config['front_page'] = "pages/front/jt.php";