php-mpos/public/templates/bootstrap/statistics/pool/default.tpl
2014-03-02 08:20:22 +01:00

15 lines
435 B
Smarty

<!-- Wrapper -->
<div class="row">
{include file="statistics/pool/contributors_shares.tpl"}
{include file="statistics/pool/contributors_hashrate.tpl"}
</div>
<div class="row">
{include file="statistics/pool/general_stats.tpl"}
{include file="statistics/blocks/small_table.tpl"}
</div>
{if !$GLOBAL.website.api.disabled && !$GLOBAL.config.disable_navbar && !$GLOBAL.config.disable_navbar_api}
{include file="statistics/js.tpl"}
{/if}