summaryrefslogtreecommitdiff
path: root/templates/index_list.tpl
blob: 5519471e3ab87ad10765615c9a68ebc893d903bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="display users listing">

{if $search_request ne ''}
	<div class="header">
		<h1>{tr}User{/tr} {$search_request} {tr}Not Found{/tr}</h1>
	</div>
{/if}

	<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 -->