From 9cfce0ff06e9f8e1ac8790f93bd58378a5ea32dd Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 4 Dec 2013 10:45:01 +0100 Subject: [PATCH] [FIX] Show price/workers --- public/templates/mpos/dashboard/overview.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/mpos/dashboard/overview.tpl b/public/templates/mpos/dashboard/overview.tpl index 41d325eb..779b1db7 100644 --- a/public/templates/mpos/dashboard/overview.tpl +++ b/public/templates/mpos/dashboard/overview.tpl @@ -1,5 +1,5 @@
-

Overview {if $GLOBAL.config.price.currency}{$GLOBAL.config.currency}/{$GLOBAL.config.price.currency}: {/if} / Pool Workers:

+

Overview {if $GLOBAL.config.price.currency}{$GLOBAL.config.currency}/{$GLOBAL.config.price.currency}: {$GLOBAL.price}{/if} / Pool Workers: {$GLOBAL.workers}