diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-02 00:57:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-02 00:57:25 +0000 |
commit | 10f44c25d4b1882439ddae4b4a22cb599b123789 (patch) | |
tree | 22c3124af116fbaf8114897aced7ff85ce4f4b11 /usr | |
parent | a8726a3df49b8337744ce4b69bd868de5c51c9bc (diff) | |
download | pfsense-10f44c25d4b1882439ddae4b4a22cb599b123789.zip pfsense-10f44c25d4b1882439ddae4b4a22cb599b123789.tar.gz |
Use head.inc. It's cool.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_nat_1to1.php | 7 | ||||
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php index 5690b7e..02cc6f2 100755 --- a/usr/local/www/firewall_nat_1to1.php +++ b/usr/local/www/firewall_nat_1to1.php @@ -72,12 +72,7 @@ if ($_GET['act'] == "del") { ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> -<head> -<title><?=gentitle("Firewall: NAT: 1:1");?></title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<link href="gui.css" rel="stylesheet" type="text/css"> -</head> - +<?php include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> <p class="pgtitle">Firewall: NAT: 1:1</p> diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php index 1cb6a13..f40ea1c 100755 --- a/usr/local/www/firewall_nat_out.php +++ b/usr/local/www/firewall_nat_out.php @@ -175,12 +175,7 @@ if (isset($_POST['del_x'])) { ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> -<head> -<title><?=gentitle("Firewall: NAT: Outbound");?></title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<link href="gui.css" rel="stylesheet" type="text/css"> -</head> - +<?php include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> <p class="pgtitle">Firewall: NAT: Outbound</p> |