summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-01 21:49:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-01 21:49:06 +0000
commit7f1f5492725fab70058988298f2c217cbf936cb2 (patch)
tree9e6ec02af19499221b112aed0a5bc2ca0a1860e6 /usr/local/www/head.inc
parent07e0a90cd1459ea9186b508aeac236697e5a1699 (diff)
downloadpfsense-7f1f5492725fab70058988298f2c217cbf936cb2.zip
pfsense-7f1f5492725fab70058988298f2c217cbf936cb2.tar.gz
Add rounded corner support
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
new file mode 100755
index 0000000..f8b515b
--- /dev/null
+++ b/usr/local/www/head.inc
@@ -0,0 +1,8 @@
+<head>
+ <title><?=gentitle($pgtitle);?></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <link href="gui.css" rel="stylesheet" type="text/css">
+ <link rel="stylesheet" type="text/css" href="niftyCorners.css">
+ <link rel="stylesheet" type="text/css" href="niftyPrint.css" media="print">
+ <script type="text/javascript" src="nifty.js"></script>
+</head> \ No newline at end of file
OpenPOWER on IntegriCloud