diff --git a/Admin/Templates/alliance.tpl b/Admin/Templates/alliance.tpl index 0c08f733..8d211d51 100644 --- a/Admin/Templates/alliance.tpl +++ b/Admin/Templates/alliance.tpl @@ -91,7 +91,7 @@ if($_GET['aid']) $player = mysqli_fetch_assoc(mysqli_query($GLOBALS["link"], "SELECT * FROM ".TB_PREFIX."users WHERE id = ".(int) $row['uid']."")); if($row['opt1'] == 1) { $position1 = "Assign To Position"; } else { $position1 = "No Assigning Positions"; } if($row['opt2'] == 1) { $position2 = "Kick Players"; } else { $position2 = "No Kicking Players"; } - if($row['opt3'] == 1) { $position3 = "Change Alliance Description"; } else { $position3 = "No Changing Description"; } + if($row['opt3'] == 1) { $position3 = "Change Description"; } else { $position3 = "No Changing Description"; } if($row['opt4'] == 1) { $position4 = "Invite Players"; } else { $position4 = "No Invitations"; } if($row['opt5'] == 1) { $position5 = "Manage Forums"; } else { $position5 = "No Forum Management"; } if($row['opt6'] == 1) { $position6 = "Alliance Diplomacy"; } else { $position6 = "No Diplomacy"; } @@ -152,7 +152,7 @@ if($_GET['aid'])
- +
@@ -164,7 +164,7 @@ if($_GET['aid'])
- +