summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-15 18:12:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-15 18:12:51 +0000
commit5e1128f88a27df201d56b2acba37c40eaf49775b (patch)
tree9a0aebfeda432f05863e67d6ab3cb8535f9c3168 /usr
parent914a97fc54bb56cc04c7e41d675dce30b3824438 (diff)
downloadpfsense-5e1128f88a27df201d56b2acba37c40eaf49775b.zip
pfsense-5e1128f88a27df201d56b2acba37c40eaf49775b.tar.gz
Echo out template name
Diffstat (limited to 'usr')
-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 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">
OpenPOWER on IntegriCloud