diff --git a/public/templates/mmcFE/statistics/pool/default.tpl b/public/templates/mmcFE/statistics/pool/default.tpl index 13415e93..de72be1f 100644 --- a/public/templates/mmcFE/statistics/pool/default.tpl +++ b/public/templates/mmcFE/statistics/pool/default.tpl @@ -19,7 +19,7 @@ Current Active Workers {$GLOBAL.workers} - {if $GLOBAL.website.blockexplorer.url} + {if !$GLOBAL.website.blockexplorer.disabled} Next Network Block {$CURRENTBLOCK + 1}    (Current: {$CURRENTBLOCK}) @@ -32,7 +32,7 @@ {/if} Last Block Found - {if $GLOBAL.website.blockexplorer.url}{$LASTBLOCK|default:"0"}{else}{$LASTBLOCK|default:"0"}{/if} + {if !$GLOBAL.website.blockexplorer.disabled}{$LASTBLOCK|default:"0"}{else}{$LASTBLOCK|default:"0"}{/if} Current Difficulty