diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 98d4753a4a..42b20ccb58 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -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 "