Przeglądaj źródła

Fix a minor display issue for contacts.

markjcrane 9 lat temu
rodzic
commit
a5c827ddd1
1 zmienionych plików z 0 dodań i 5 usunięć
  1. 0 5
      contact_settings.php

+ 0 - 5
contact_settings.php

@@ -62,11 +62,6 @@ else {
 	echo "</table>\n";
 
 	echo "<table class='tr_hover' style='margin-bottom: 20px;' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
-	echo "<tr>";
-	echo "	<td colspan='6' align='left'>\n";
-	echo "		<b>".ucfirst($row['contact_setting_category'])."</b>\n";
-	echo "	</td>\n";
-	echo "</tr>\n";
 	echo "<tr>\n";
 	echo "<th>".$text['label-contact_setting_category']."</th>";
 	echo "<th>".$text['label-contact_setting_subcategory']."</th>";