diff --git a/public/include/smarty_globals.inc.php b/public/include/smarty_globals.inc.php index 5760b7d5..1da5686a 100644 --- a/public/include/smarty_globals.inc.php +++ b/public/include/smarty_globals.inc.php @@ -16,7 +16,8 @@ $aGlobal = array( 'workers' => $settings->getValue('currentworkers'), 'currentroundshares' => $settings->getValue('currentroundshares'), 'statstime' => $settings->getValue('statstime'), - 'motd' => $settings->getValue('motd') + 'motd' => $settings->getValue('motd'), + 'confirmations' => $config['confirmations'] ); // Append additional user information not from user table $aGlobal['userdata']['balance'] = $transaction->getBalance($_SESSION['USERDATA']['id']);