link Characters in ranking on Characters page

This commit is contained in:
coderkun 2014-04-25 13:19:46 +02:00
commit c6697cff77
3450 changed files with 592980 additions and 0 deletions

View file

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