Revision ab94e136
Added by Jim Pingle over 15 years ago
usr/local/www/head.inc | ||
---|---|---|
30 | 30 |
<head> |
31 | 31 |
<title><?php echo($config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $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 |
<link rel="apple-touch-icon" href="/themes/<?php echo $g['theme']; ?>/apple-touch-icon.png"/>
|
|
34 | 34 |
<?php if (strpos($_SERVER["SCRIPT_FILENAME"], "wizard.php") !== false && |
35 | 35 |
file_exists("{$g['www_path']}/themes/{$g['theme']}/wizard.css")): ?> |
36 | 36 |
<?php outputCSSFileInline("{$g['www_path']}/themes/{$g['theme']}/wizard.css"); ?> |
Also available in: Unified diff
Fix the quotes on this line.