Corrected browser title to display properly for Extension Edit and Add.

This commit is contained in:
Nate Jones 2013-05-07 23:11:37 +00:00
parent c96a2b0fd9
commit aa013ee01f
1 changed files with 5 additions and 0 deletions

View File

@ -662,7 +662,12 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
//begin the page content
require_once "includes/header.php";
if ($action == "update") {
$page["title"] = $text['title-extension-edit'];
}
else if ($action == "add") {
$page["title"] = $text['title-extension-add'];
}
echo "<script type=\"text/javascript\" language=\"JavaScript\">\n";
echo "\n";