diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-05 17:29:23 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-05 17:29:23 -0400 |
commit | a3c770648fffc7d20fa7c5c56c4461666f048974 (patch) | |
tree | ab86a3224b8ed0e31629601bff0e8afd87030666 | |
parent | 25ebeb96ece2654a32847b37ca70dfcc3cc0c974 (diff) | |
download | pfsense-a3c770648fffc7d20fa7c5c56c4461666f048974.zip pfsense-a3c770648fffc7d20fa7c5c56c4461666f048974.tar.gz |
Add theme Apple touch icon support
-rwxr-xr-x | usr/local/www/head.inc | 1 |
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"); ?> |