|
@@ -199,10 +199,10 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
|
//show the header
|
|
//show the header
|
|
require_once "resources/header.php";
|
|
require_once "resources/header.php";
|
|
if ($action == "update") {
|
|
if ($action == "update") {
|
|
- $page["title"] = $text['title-contact_addresses-edit'];
|
|
|
|
|
|
+ $document['title'] = $text['title-contact_addresses-edit'];
|
|
}
|
|
}
|
|
else if ($action == "add") {
|
|
else if ($action == "add") {
|
|
- $page["title"] = $text['title-contact_addresses-add'];
|
|
|
|
|
|
+ $document['title'] = $text['title-contact_addresses-add'];
|
|
}
|
|
}
|
|
|
|
|
|
//show the content
|
|
//show the content
|