diff --git a/Application/Home/Controller/HomeController.class.php b/Application/Home/Controller/HomeController.class.php index 1cf80de0f..faa94c69b 100644 --- a/Application/Home/Controller/HomeController.class.php +++ b/Application/Home/Controller/HomeController.class.php @@ -333,6 +333,7 @@ class HomeController extends Controller $this->assign('game', $game); $this->assign('promoteId', $promoteId); $this->assign('ssgUrl', $ssgUrl); + $this->assign('force', $force); $cur_url = base64_encode(base64_encode("http://" . $_SERVER['HTTP_HOST'] . __SELF__)); $this->assign('cur_url', $cur_url); if ($isIOS) { diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 87f6f3bb7..2ebb99317 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -37,6 +37,7 @@ + @@ -253,10 +254,10 @@