diff --git a/Admin/Templates/online.tpl b/Admin/Templates/online.tpl index 129e7da3..aff99d94 100644 --- a/Admin/Templates/online.tpl +++ b/Admin/Templates/online.tpl @@ -24,23 +24,32 @@ $count = count($active); $tribeName = [1=>'Roman',2=>'Teuton',3=>'Gaul']; $tribeColor = [1=>'#c0392b',2=>'#2980b9',3=>'#27ae60']; $tribeImg = [1=>'',2=>'1',3=>'2']; + +// MAPARE ACCES -> TEXT +$accessLabels = [ + 2 => 'Normal User', + 8 => 'Multihunter', + 9 => 'Administrator' +]; +$accessColors = [ + 2 => '#7f8c8d', + 8 => '#2980b9', + 9 => '#c0392b' +]; ?>