diff --git a/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl b/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl index 7b52cc0b..30dbf416 100644 --- a/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl @@ -1,6 +1,6 @@ {include file="global/block_header.tpl" ALIGN="left" BLOCK_HEADER="Top Hashrate Contributers"}
- +
@@ -13,7 +13,7 @@ {assign var=rank value=1} {assign var=listed value=0} {section contrib $CONTRIBHASHES} - + @@ -30,6 +30,5 @@ {/if}
Rank
{$rank++} {$CONTRIBHASHES[contrib].account} {$CONTRIBHASHES[contrib].hashrate|number_format}
-
{include file="global/block_footer.tpl"} diff --git a/public/templates/mmcFE/statistics/pool/contributors_shares.tpl b/public/templates/mmcFE/statistics/pool/contributors_shares.tpl index 8fbd590a..02f33283 100644 --- a/public/templates/mmcFE/statistics/pool/contributors_shares.tpl +++ b/public/templates/mmcFE/statistics/pool/contributors_shares.tpl @@ -1,6 +1,6 @@ {include file="global/block_header.tpl" ALIGN="right" BLOCK_HEADER="Top Share Contributers"}
- +
@@ -12,7 +12,7 @@ {assign var=rank value=1} {assign var=listed value=0} {section hashrate $CONTRIBSHARES} - + @@ -27,6 +27,5 @@ {/if}
Rank
{$rank++} {$CONTRIBSHARES[hashrate].account} {$CONTRIBSHARES[hashrate].shares|number_format}
-
{include file="global/block_footer.tpl"}