From 1b0dfbbb3d1c491a272488fc8ad070e46043e9f5 Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 6 Jan 2020 11:33:52 -0700 Subject: [PATCH] Update contact_url_edit.php --- app/contacts/contact_url_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contact_url_edit.php b/app/contacts/contact_url_edit.php index 96ee8ff77f..1154a07c81 100644 --- a/app/contacts/contact_url_edit.php +++ b/app/contacts/contact_url_edit.php @@ -186,13 +186,13 @@ else { $token = $object->create($_SERVER['PHP_SELF']); //show the header - require_once "resources/header.php"; if ($action == "update") { $document['title'] = $text['title-contact_url-edit']; } else if ($action == "add") { $document['title'] = $text['title-contact_url-add']; } + require_once "resources/header.php"; //javascript to toggle input/select boxes echo "