Kaynağa Gözat

Update contact_url_edit.php

Nate 5 yıl önce
ebeveyn
işleme
899acc6f12
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      contact_url_edit.php

+ 1 - 1
contact_url_edit.php

@@ -186,13 +186,13 @@ else {
 	$token = $object->create($_SERVER['PHP_SELF']);
 	$token = $object->create($_SERVER['PHP_SELF']);
 
 
 //show the header
 //show the header
-	require_once "resources/header.php";
 	if ($action == "update") {
 	if ($action == "update") {
 		$document['title'] = $text['title-contact_url-edit'];
 		$document['title'] = $text['title-contact_url-edit'];
 	}
 	}
 	else if ($action == "add") {
 	else if ($action == "add") {
 		$document['title'] = $text['title-contact_url-add'];
 		$document['title'] = $text['title-contact_url-add'];
 	}
 	}
+	require_once "resources/header.php";
 
 
 //javascript to toggle input/select boxes
 //javascript to toggle input/select boxes
 	echo "<script type='text/javascript'>";
 	echo "<script type='text/javascript'>";