summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 04:03:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 04:03:06 +0000
commit7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f (patch)
treebb5c8a3b57c5d2a7236167e4bf173311ea9dbb43 /usr/local/www/interfaces_vlan.php
parent9f0d40c12496208e28acd98b1aeb15c0f165d16a (diff)
downloadpfsense-7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f.zip
pfsense-7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f.tar.gz
Use new header system.
Diffstat (limited to 'usr/local/www/interfaces_vlan.php')
-rwxr-xr-xusr/local/www/interfaces_vlan.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php
index 304aaa4..7c9edef 100755
--- a/usr/local/www/interfaces_vlan.php
+++ b/usr/local/www/interfaces_vlan.php
@@ -84,14 +84,11 @@ if ($_GET['act'] == "del") {
}
}
+
+$pgtitle = "Interfaces: VLAN";
+include("head.inc");
+
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle("Interfaces: Assign network ports: VLANs");?></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