From 19734294222210869b1519e5bad812048504dc20 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 Oct 2013 13:09:30 +0100 Subject: [PATCH] [IMPROVED] forgot declaration in sites --- public/include/pages/gettingstarted.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/include/pages/gettingstarted.inc.php b/public/include/pages/gettingstarted.inc.php index aecab054..3c040a56 100644 --- a/public/include/pages/gettingstarted.inc.php +++ b/public/include/pages/gettingstarted.inc.php @@ -4,6 +4,10 @@ if (!defined('SECURITY')) die('Hacking attempt'); +$smarty->assign("SITESTRATUMPORT", $config['gettingstarted']['coinname']); +$smarty->assign("SITECOINNAME", $config['gettingstarted']['coinname']); +$smarty->assign("SITECOINURL", $config['gettingstarted']['coinurl']); + // Tempalte specifics $smarty->assign("CONTENT", "default.tpl"); ?>