Merge branch '6.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / boxUserList.tpl
CommitLineData
a2b7ee2e
MW
1<div class="userCardList">
2 {foreach from=$boxUsers item=user}
3 {include file='userCard'}
91317611 4 {/foreach}
a2b7ee2e 5</div>