summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
blob: 1d4400731cc71e5151e636a9bedfe691ea4dd9a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<?php
/* 
 *   if user has selected a custom template, use it.
 *   otherwise default to pfsense tempalte
 */
if($config['theme'] <> "")
	$g['theme'] = $config['theme'];
else
	$g['theme'] = "pfsense";
?>

<html>
<head>
    <title><?=gentitle($pgtitle);?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="/themes/<?php echo $g['theme']; ?>/all.css" media="all" />
    <link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print">
	<script type="text/javascript" src="/themes/<?php echo $g['theme']; ?>/loader.js"></script>
<?php if (!isset($closehead)){ ?>
</head>
<?php } ?>
OpenPOWER on IntegriCloud