Merge pull request #49 from ch0wnag3/master

Slight change to how favicon.ico is fetched
This commit is contained in:
Claude 2013-03-11 12:51:19 -07:00
commit 4a1c403b56

View File

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