hide map for Character groups Quest Stations when there are no stations
This commit is contained in:
commit
df14dfafc3
4371 changed files with 1220224 additions and 0 deletions
15
views/html/userroles/user.tpl
Normal file
15
views/html/userroles/user.tpl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<ul>
|
||||
<?php foreach($roles as &$role) : ?>
|
||||
<li>
|
||||
<?php switch($role['name']) {
|
||||
case 'admin': echo _('Admin');
|
||||
break;
|
||||
case 'moderator': echo _('Moderator');
|
||||
break;
|
||||
case 'user': echo _('User');
|
||||
break;
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue