summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_defaults.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 04:21:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 04:21:21 +0000
commitb63695dbae043a6718a7103f13342d8440c53ed3 (patch)
treeb7ccfa8b03902127a31ee726ba2a7a68d2fff7a0 /usr/local/www/diag_defaults.php
parent7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f (diff)
downloadpfsense-b63695dbae043a6718a7103f13342d8440c53ed3.zip
pfsense-b63695dbae043a6718a7103f13342d8440c53ed3.tar.gz
include head.inc and round corners on tabs
Diffstat (limited to 'usr/local/www/diag_defaults.php')
-rwxr-xr-xusr/local/www/diag_defaults.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr/local/www/diag_defaults.php b/usr/local/www/diag_defaults.php
index cf90b9a..b02df12 100755
--- a/usr/local/www/diag_defaults.php
+++ b/usr/local/www/diag_defaults.php
@@ -44,14 +44,11 @@ if ($_POST) {
exit;
}
}
+
+$pgtitle = "Diagnostics: Factory defaults";
+include("head.inc");
+
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle("Diagnostics: Factory defaults");?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="gui.css" rel="stylesheet" type="text/css">
-</head>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
OpenPOWER on IntegriCloud