summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-16 03:22:54 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-16 03:22:54 +0000
commitc7905332927a06c65bb4984c4e98800afff0484a (patch)
treeca71d27156d899c49fcc02bfc27e62b7b601c227 /usr/local/www/head.inc
parent64fcbfc84e0b956db8d9389dc43ecd55880e739f (diff)
downloadpfsense-c7905332927a06c65bb4984c4e98800afff0484a.zip
pfsense-c7905332927a06c65bb4984c4e98800afff0484a.tar.gz
Fixed CSS include for templated systems. Default CSS file name is now "all.css" for the templated system.
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 54a0800..e16427b 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -16,10 +16,9 @@ else
<head>
<title><?=gentitle($pgtitle);?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <link rel="stylesheet" href="/templates/<?php echo $g['template']; ?>/pfsense-screen.css" media="all" />
+ <link rel="stylesheet" href="/templates/<?php echo $g['template']; ?>/all.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">
<script type="text/javascript" src="/niftyjsCode.js"></script>
<?php if (!isset($closehead)){ ?>
</head>
OpenPOWER on IntegriCloud