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 @@
{$GLOBAL.workers} |
- {if $GLOBAL.website.blockexplorer.url}
+ {if !$GLOBAL.website.blockexplorer.disabled}
| {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
@@ -32,7 +32,7 @@
{/if}
- | {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} |