summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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