diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-15 18:12:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-15 18:12:51 +0000 |
commit | 5e1128f88a27df201d56b2acba37c40eaf49775b (patch) | |
tree | 9a0aebfeda432f05863e67d6ab3cb8535f9c3168 /usr/local | |
parent | 914a97fc54bb56cc04c7e41d675dce30b3824438 (diff) | |
download | pfsense-5e1128f88a27df201d56b2acba37c40eaf49775b.zip pfsense-5e1128f88a27df201d56b2acba37c40eaf49775b.tar.gz |
Echo out template name
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"> |