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).
This commit is contained in:
Chris 2013-03-11 12:23:52 -06:00
parent b1affc5932
commit 8905885e93

View File

@ -12,6 +12,7 @@ $page_title .= $this->config->item('site_name');
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title><?php echo $page_title; ?></title>
<link rel="shortcut icon" href="<?php echo base_url() . 'favicon.ico'; ?>" />
<?php
//Carabiner