diff --git a/Templates/Profile/profile.tpl b/Templates/Profile/profile.tpl index 557a8ab1..ccbdc4cd 100644 --- a/Templates/Profile/profile.tpl +++ b/Templates/Profile/profile.tpl @@ -1,6 +1,23 @@

Player profile

getProfileMedal($session->uid); include("menu.tpl"); ?> @@ -65,7 +82,7 @@ include("menu.tpl"); ?> Medals Category - Rank + Rang Week BB-Code @@ -101,7 +118,7 @@ INDELING CATEGORIEEN: $titel="Robber of the week"; break; case "5": - $titel="Top 10 of both attackers and defenders"; + $titel="Top 10 of both attacckers and defenders"; break; case "6": $titel="Top 3 of Attackers of week ".$medal['points']." in a row"; @@ -138,9 +155,24 @@ INDELING CATEGORIEEN: [#0] + userinfo['tribe'] == 1 && $session->userinfo['username'] == "Shadow") { + echo"Tribe Romans[#roman]"; + } else if($session->userinfo['tribe'] == 2 && $session->userinfo['username'] == "Shadow") { + echo"Tribe Teutons[#teuton]"; + } else if($session->userinfo['tribe'] == 3 && $session->userinfo['username'] == "Shadow") { + echo"Tribe Gauls[#gaul]"; + } else if($session->userinfo['access'] == 9 && $session->userinfo['username'] == "Shadow") { + echo"Administrator[#MH]"; + echo"Administrator[#TEAM]"; + } else if($session->userinfo['access'] == 8 && $session->userinfo['username'] == "Shadow") { + echo"Multihunter[#MH]"; + echo"Multihunter[#TEAM]"; + } ?>

- \ No newline at end of file +