summaryrefslogtreecommitdiff
path: root/templates/quota.tpl
blob: 731a6c7535e15fd76c5d04cafb5099c72e1451a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="display quota">
	<div class="header">
		<h1>{tr}Usage Quota{/tr}</h1>
	</div>

	{include file="bitpackage:users/my_bitweaver_bar.tpl"}

	<div class="body">
		{include file="bitpackage:quota/quota_inc.tpl"}
	</div> <!-- end .body -->
</div> <!-- end .fisheye -->