summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-05 17:28:16 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-05 17:28:16 -0400
commitcd227af5c2c84a4f607fb2191a29c83e5cfe4e44 (patch)
treee8024a14d106fadb3fafaae28032a63d31438195 /usr/local
parentb41b40637ea30591a836966dc36da5a7072d2c59 (diff)
downloadpfsense-cd227af5c2c84a4f607fb2191a29c83e5cfe4e44.zip
pfsense-cd227af5c2c84a4f607fb2191a29c83e5cfe4e44.tar.gz
Add theme Apple touch icon support
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 3f7cf1f..dc3143f 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -19,6 +19,7 @@ foreach($apple_ua as $useragent)
<head>
<title><?=gentitle($pgtitle);?></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")): ?>
<link rel="stylesheet" href="/themes/<?php echo $g['theme']; ?>/wizard.css" media="all" />
@@ -29,7 +30,6 @@ foreach($apple_ua as $useragent)
<script type="text/javascript">var theme = "<?php echo $g['theme']; ?>"</script>
<script type="text/javascript" src="/themes/<?php echo $g['theme']; ?>/loader.js"></script>
-
<?
/*
* Find all javascript files that need to be included
OpenPOWER on IntegriCloud