summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_server.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 01:05:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 01:05:55 +0000
commit24f600b025b0bc5aaa2941d07b21c7ced2b6765a (patch)
tree876c846eb8d691e186f294dca56f2816f3b0caa9 /usr/local/www/firewall_nat_server.php
parent10f44c25d4b1882439ddae4b4a22cb599b123789 (diff)
downloadpfsense-24f600b025b0bc5aaa2941d07b21c7ced2b6765a.zip
pfsense-24f600b025b0bc5aaa2941d07b21c7ced2b6765a.tar.gz
Set page titles
Diffstat (limited to 'usr/local/www/firewall_nat_server.php')
-rwxr-xr-xusr/local/www/firewall_nat_server.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/local/www/firewall_nat_server.php b/usr/local/www/firewall_nat_server.php
index 585c34f..b67fa77 100755
--- a/usr/local/www/firewall_nat_server.php
+++ b/usr/local/www/firewall_nat_server.php
@@ -84,12 +84,10 @@ if ($_GET['act'] == "del") {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
-<head>
-<title><?=gentitle("Firewall: NAT: Server NAT");?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="gui.css" rel="stylesheet" type="text/css">
-</head>
-
+<?php
+ $pgtitle = "Firewall: NAT: Server NAT";
+ include("head.inc");
+?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<p class="pgtitle">Firewall: NAT: Server NAT</p>
OpenPOWER on IntegriCloud