diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/head.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc index a0fe623..2cff8c1 100755 --- a/usr/local/www/head.inc +++ b/usr/local/www/head.inc @@ -16,7 +16,7 @@ else <head> <title><?=gentitle($pgtitle);?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <link rel="stylesheet" href="/templates/{$g['template']}/pfsense-screen.css" media="all" /> + <link rel="stylesheet" href="/templates/<?php echo $g['template']; ?>/pfsense-screen.css" media="all" /> <link rel="stylesheet" type="text/css" href="/niftycssCode.css"> <link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print"> <link href="gui.css" rel="stylesheet" type="text/css"> |