character profile template with dummy data

This commit is contained in:
Daniel 2014-03-25 19:14:23 +01:00
commit 916f5ad7c9
194 changed files with 16670 additions and 0 deletions

View file

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