[-] MO : display_column_left not assigned to smarty in modules initContent() + ssl on loyalty front controller

This commit is contained in:
gRoussac
2013-11-27 12:32:01 +01:00
parent 6959e71bec
commit ef6dd3bfed
7 changed files with 11 additions and 11 deletions
@@ -29,13 +29,13 @@
*/
class BlockWishListMyWishListModuleFrontController extends ModuleFrontController
{
public $ssl = true;
public $display_column_left = false;
public function __construct()
{
parent::__construct();
$this->context = Context::getContext();
$this->ssl = true;
include_once($this->module->getLocalPath().'WishList.php');
}
@@ -44,9 +44,7 @@ class BlockWishListMyWishListModuleFrontController extends ModuleFrontController
*/
public function initContent()
{
$this->display_column_left = false;
parent::initContent();
$this->assign();
}