summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorJared Dillard <jdillard@electricsheepfencing.com>2013-10-10 21:46:20 -0500
committerJared Dillard <jdillard@electricsheepfencing.com>2013-10-10 21:46:20 -0500
commitcfa352c64344705682adb164528beb0578a9c7cd (patch)
treee535ed8dac4b5328dd9513fac1f741f3282e8ad3 /usr/local/www/head.inc
parentaa0753e388874eb92c6b327df11909f78a916fcc (diff)
downloadpfsense-cfa352c64344705682adb164528beb0578a9c7cd.zip
pfsense-cfa352c64344705682adb164528beb0578a9c7cd.tar.gz
added favicon to logged in pages
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 347b4a2..55ed98a 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -15,6 +15,7 @@ $pagetitle = gentitle( $pgtitle );
<title><?php echo($config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pagetitle); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?=system_get_language_codeset();?>" />
<link rel="apple-touch-icon" href="/themes/<?php echo $g['theme']; ?>/apple-touch-icon.png"/>
+ <link rel="shortcut icon" href="/themes/<?php echo $g['theme']; ?>/images/icons/favicon.ico"/>
<?php
if (file_exists("{$g['www_path']}/themes/{$g['theme']}/table.css")):
echo "<link type=\"text/css\" rel=\"stylesheet\" href=\"/themes/{$g['theme']}/table.css\" />";
OpenPOWER on IntegriCloud