show Characters and Roles of an user

This commit is contained in:
coderkun 2014-02-09 13:33:38 +01:00
commit 484cfb67fd
6 changed files with 116 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<ul>
<?php foreach($roles as &$role) : ?>
<li><?=$role['name']?></li>
<?php endforeach ?>
</ul>