From cfef221af47d45c4072fc2491958d02deb86862e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 7 Aug 2013 23:05:28 +0200 Subject: Add favicon support Signed-off-by: Florian Pritz --- application/views/header.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'application/views') diff --git a/application/views/header.php b/application/views/header.php index 42d841a8b..683fc7727 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -20,7 +20,11 @@ if (is_cli_client() && !isset($force_full_html)) { if (file_exists(FCPATH."data/local/style.css")) { echo ''; } -?> + + if (file_exists(FCPATH."data/local/favicon.png")) { + echo ''; + } + ?> -- cgit v1.2.3-24-g4f1b