diff --git a/public/templates/test/account/transactions/default.tpl b/public/templates/test/account/transactions/default.tpl
index 75cad884..a761f825 100644
--- a/public/templates/test/account/transactions/default.tpl
+++ b/public/templates/test/account/transactions/default.tpl
@@ -98,7 +98,7 @@
{else}Unconfirmed{/if}
{$TRANSACTIONS[transaction].coin_address} |
- {if $TRANSACTIONS[transaction].height == 0}n/a{else}{if $GLOBAL.website.blockexplorer.url}{$TRANSACTIONS[transaction].height}{else}{$TRANSACTIONS[transaction].height}{/if}{/if} |
+ {if $TRANSACTIONS[transaction].height == 0}n/a{else}{$TRANSACTIONS[transaction].height}{/if} |
{$TRANSACTIONS[transaction].amount|number_format:"8"} |
{/section}
diff --git a/public/templates/test/admin/transactions/default.tpl b/public/templates/test/admin/transactions/default.tpl
index dd2814f8..d21f2c57 100644
--- a/public/templates/test/admin/transactions/default.tpl
+++ b/public/templates/test/admin/transactions/default.tpl
@@ -105,7 +105,7 @@
{else}Unconfirmed{/if}
{$TRANSACTIONS[transaction].coin_address} |
- {if $TRANSACTIONS[transaction].height == 0}n/a{else}{if $GLOBAL.website.blockexplorer.url}{$TRANSACTIONS[transaction].height}{else}{$TRANSACTIONS[transaction].height}{/if}{/if} |
+ {if $TRANSACTIONS[transaction].height == 0}n/a{else}{/if}{$TRANSACTIONS[transaction].height} |
{$TRANSACTIONS[transaction].amount|number_format:"8"} |
{/section}