diff --git a/public/templates/mmcFE/statistics/default.tpl b/public/templates/mmcFE/statistics/default.tpl index 236bd535..e70b3aa8 100644 --- a/public/templates/mmcFE/statistics/default.tpl +++ b/public/templates/mmcFE/statistics/default.tpl @@ -11,11 +11,19 @@ Current Block - {$CURRENTBLOCK} + {if ! $GLOBAL.website.blockexplorer.disabled} + {$CURRENTBLOCK} + {else} + {$CURRENTBLOCK} + {/if} Current Difficulty - {$DIFFICULTY} + {if ! $GLOBAL.website.chaininfo.disabled} + {$DIFFICULTY} + {else} + {$DIFFICULTY} + {/if}