summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 16:35:36 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 16:35:36 +0000
commit96d9f5c9d67554ec166637da198d68a6b52118d5 (patch)
tree90069edab4fb9f5277d72aa18d955ac435c979cd /usr/local/www/pkg.php
parent931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d (diff)
downloadpfsense-96d9f5c9d67554ec166637da198d68a6b52118d5.zip
pfsense-96d9f5c9d67554ec166637da198d68a6b52118d5.tar.gz
Use $pgtitle
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-xusr/local/www/pkg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index 98c832f..deb6833 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -104,7 +104,7 @@ include("head.inc");
<?php
include("fbegin.inc");
?>
-<p class="pgtitle"><?=$title?></p>
+<p class="pgtitle"><?=$pgtitle?></p>
<form action="pkg.php" method="post">
<? if($_GET['savemsg'] <> "") $savemsg = $_GET['savemsg']; ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
OpenPOWER on IntegriCloud