summaryrefslogtreecommitdiff
path: root/templates/index_list.tpl
blob: d733d35854dac55145013306c319bf109a6b8ff0 (plain)
1
2
3
4
5
6
7
8
9
<div class="display users listing">
	<div class="header">
		<h1>{tr}{$gBitSystem->getConfig('site_title')} Members{/tr}</h1>
	</div>

	<div class="body">
		{include file="bitpackage:users/users_list.tpl"}
	</div><!-- end .body -->
</div><!-- end .users -->