mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
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:
parent
b1affc5932
commit
8905885e93
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user