Revision a3c77064
Added by Scott Ullrich almost 16 years ago
usr/local/www/head.inc | ||
---|---|---|
30 | 30 |
<head> |
31 | 31 |
<title><?=$pagetitle;?></title> |
32 | 32 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
33 |
<link rel=”apple-touch-icon” href=”/themes/<?php echo $g['theme']; ?>/apple-touch-icon.png”/> |
|
33 | 34 |
<?php if (strpos($_SERVER["SCRIPT_FILENAME"], "wizard.php") !== false && |
34 | 35 |
file_exists("{$g['www_path']}/themes/{$g['theme']}/wizard.css")): ?> |
35 | 36 |
<?php outputCSSFileInline("{$g['www_path']}/themes/{$g['theme']}/wizard.css"); ?> |
Also available in: Unified diff
Add theme Apple touch icon support