summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 03:50:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 03:50:50 +0000
commit83ddedcda4dd61770821a92f16ce6047e1efc18d (patch)
tree9cb465e4508c5f6d9779dd4f2ed4a0c9baf53f75 /usr/local/www/pkg_mgr_installed.php
parentf9c14a6f4180ae91c5c6fb7e77fb884ac9082bed (diff)
downloadpfsense-83ddedcda4dd61770821a92f16ce6047e1efc18d.zip
pfsense-83ddedcda4dd61770821a92f16ce6047e1efc18d.tar.gz
Set page titles accordingly
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 008d7e8..19f10dd 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -37,14 +37,11 @@ if(is_array($config['installedpackages']['package'])) {
}
$currentvers = get_pkg_info($tocheck, array('version', 'xmlver'));
}
+
+$pgtitle = "System: Packages: Installed";
+include("head.inc");
+
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle("System: Package Manager");?></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
OpenPOWER on IntegriCloud