summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-05 17:29:23 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-05 17:29:23 -0400
commita3c770648fffc7d20fa7c5c56c4461666f048974 (patch)
treeab86a3224b8ed0e31629601bff0e8afd87030666 /usr/local/www/head.inc
parent25ebeb96ece2654a32847b37ca70dfcc3cc0c974 (diff)
downloadpfsense-a3c770648fffc7d20fa7c5c56c4461666f048974.zip
pfsense-a3c770648fffc7d20fa7c5c56c4461666f048974.tar.gz
Add theme Apple touch icon support
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 aceae68..62aee24 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -30,6 +30,7 @@ $pagetitle = gentitle( $pgtitle );
<head>
<title><?=$pagetitle;?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel=”apple-touch-icon” href=”/themes/<?php echo $g['theme']; ?>/apple-touch-icon.png”/>
<?php if (strpos($_SERVER["SCRIPT_FILENAME"], "wizard.php") !== false &&
file_exists("{$g['www_path']}/themes/{$g['theme']}/wizard.css")): ?>
<?php outputCSSFileInline("{$g['www_path']}/themes/{$g['theme']}/wizard.css"); ?>
OpenPOWER on IntegriCloud