alphabetical list style for multiple choice quests

This commit is contained in:
Daniel 2014-04-22 01:03:42 +02:00
commit bf96597928
244 changed files with 24133 additions and 0 deletions

View file

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