summaryrefslogtreecommitdiff
path: root/templates/quota.tpl
blob: f6f181cfe5f51aaf34ed0b8e1b3f4cfc29113179 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="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 -->