From 8905885e93ae74583aa4548bf9c89ef701d136c3 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 11 Mar 2013 12:23:52 -0600 Subject: [PATCH] Improved how favicon.ico is fetched This ensures that the nifty green Stikked favicon will be pulled regardless of whether Stikked lives at the document root (htdocs) or a subdirectory (htdocs/stikked). --- htdocs/application/views/defaults/header.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/application/views/defaults/header.php b/htdocs/application/views/defaults/header.php index 0655ddb..19f7456 100755 --- a/htdocs/application/views/defaults/header.php +++ b/htdocs/application/views/defaults/header.php @@ -12,6 +12,7 @@ $page_title .= $this->config->item('site_name'); <?php echo $page_title; ?> +