소스 검색

Update contact_url_edit.php

Nate 5 년 전
부모
커밋
899acc6f12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contact_url_edit.php

+ 1 - 1
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 "<script type='text/javascript'>";