diff --git a/modules/bankwire/controllers/front/payment.php b/modules/bankwire/controllers/front/payment.php index 58d61bdf1..7cedba4c7 100644 --- a/modules/bankwire/controllers/front/payment.php +++ b/modules/bankwire/controllers/front/payment.php @@ -30,13 +30,13 @@ class BankwirePaymentModuleFrontController extends ModuleFrontController { public $ssl = true; + public $display_column_left = false; /** * @see FrontController::initContent() */ public function initContent() { - $this->display_column_left = false; parent::initContent(); $cart = $this->context->cart; diff --git a/modules/blockwishlist/controllers/front/mywishlist.php b/modules/blockwishlist/controllers/front/mywishlist.php index 1328d0b8c..cfa1b32d9 100644 --- a/modules/blockwishlist/controllers/front/mywishlist.php +++ b/modules/blockwishlist/controllers/front/mywishlist.php @@ -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(); } diff --git a/modules/cashondelivery/controllers/front/validation.php b/modules/cashondelivery/controllers/front/validation.php index e1f28f414..97ec4bbb9 100644 --- a/modules/cashondelivery/controllers/front/validation.php +++ b/modules/cashondelivery/controllers/front/validation.php @@ -30,6 +30,7 @@ class CashondeliveryValidationModuleFrontController extends ModuleFrontController { public $ssl = true; + public $display_column_left = false; public function postProcess() { @@ -65,7 +66,6 @@ class CashondeliveryValidationModuleFrontController extends ModuleFrontControlle */ public function initContent() { - $this->display_column_left = false; parent::initContent(); $this->context->smarty->assign(array( diff --git a/modules/cheque/controllers/front/payment.php b/modules/cheque/controllers/front/payment.php index 83f52fcab..83ce753b5 100644 --- a/modules/cheque/controllers/front/payment.php +++ b/modules/cheque/controllers/front/payment.php @@ -30,13 +30,13 @@ class ChequePaymentModuleFrontController extends ModuleFrontController { public $ssl = true; + public $display_column_left = false; /** * @see FrontController::initContent() */ public function initContent() { - $this->display_column_left = false; parent::initContent(); $cart = $this->context->cart; diff --git a/modules/loyalty/controllers/front/default.php b/modules/loyalty/controllers/front/default.php index e28f5b7a6..877e396c7 100644 --- a/modules/loyalty/controllers/front/default.php +++ b/modules/loyalty/controllers/front/default.php @@ -29,6 +29,9 @@ */ class LoyaltyDefaultModuleFrontController extends ModuleFrontController { + public $ssl = true; + public $display_column_left = false; + public function __construct() { $this->auth = true; @@ -154,7 +157,6 @@ class LoyaltyDefaultModuleFrontController extends ModuleFrontController */ public function initContent() { - $this->display_column_left = false; parent::initContent(); $this->context->controller->addJqueryPlugin(array('dimensions', 'cluetip')); diff --git a/modules/loyalty/views/templates/hook/my-account.tpl b/modules/loyalty/views/templates/hook/my-account.tpl index 5705c2c70..d0a737788 100644 --- a/modules/loyalty/views/templates/hook/my-account.tpl +++ b/modules/loyalty/views/templates/hook/my-account.tpl @@ -25,7 +25,7 @@
  • - + {l s='My loyalty points' mod='loyalty'} {l s='My loyalty points' mod='loyalty'}
  • diff --git a/themes/default-bootstrap/modules/loyalty/views/templates/hook/my-account.tpl b/themes/default-bootstrap/modules/loyalty/views/templates/hook/my-account.tpl index 520da34d5..1100c8eeb 100644 --- a/themes/default-bootstrap/modules/loyalty/views/templates/hook/my-account.tpl +++ b/themes/default-bootstrap/modules/loyalty/views/templates/hook/my-account.tpl @@ -25,6 +25,6 @@
  • - {l s='My loyalty points' mod='loyalty'} + {l s='My loyalty points' mod='loyalty'}
  • \ No newline at end of file