diff --git a/Templates/Alliance/Forum/forum_6.tpl b/Templates/Alliance/Forum/forum_6.tpl index 3289b5f3..6662e841 100644 --- a/Templates/Alliance/Forum/forum_6.tpl +++ b/Templates/Alliance/Forum/forum_6.tpl @@ -20,15 +20,11 @@ foreach($varray as $vil) { $countAu = $database->CountTopic($arr['owner']); $displayarray = $database->getUserArray($arr['owner'],1); if($displayarray['tribe'] == 1) { - $trip = "Fire"; + $trip = "Romans"; }else if($displayarray['tribe'] == 2) { - $trip = "Water"; + $trip = "Teutons"; }else if($displayarray['tribe'] == 3) { - $trip = "Earth"; -}else if($displayarray['tribe'] == 4) { - $trip = "Air"; -}else if($displayarray['tribe'] == 5) { - $trip = "Lightning"; + $trip = "Gauls"; } $input = $arr['post']; $bbcoded = $input;