diff --git a/controllers/front/ProductController.php b/controllers/front/ProductController.php index 1da5a589a..0e6e53a9f 100644 --- a/controllers/front/ProductController.php +++ b/controllers/front/ProductController.php @@ -261,6 +261,7 @@ class ProductControllerCore extends FrontController 'HOOK_PRODUCT_ACTIONS' => Hook::exec('displayProductButtons', array('product' => $this->product)), 'HOOK_PRODUCT_TAB' => Hook::exec('displayProductTab', array('product' => $this->product)), 'HOOK_PRODUCT_TAB_CONTENT' => Hook::exec('displayProductTabContent', array('product' => $this->product)), + 'HOOK_PRODUCT_CONTENT' => Hook::exec('displayProductContent', array('product' => $this->product)), 'display_qties' => (int)Configuration::get('PS_DISPLAY_QTIES'), 'display_ht' => !Tax::excludeTaxeOption(), 'currencySign' => $this->context->currency->sign, diff --git a/modules/themeconfigurator/themeconfigurator.php b/modules/themeconfigurator/themeconfigurator.php index 868fea40a..caabfdead 100644 --- a/modules/themeconfigurator/themeconfigurator.php +++ b/modules/themeconfigurator/themeconfigurator.php @@ -130,7 +130,7 @@ class ThemeConfigurator extends Module \'0\', \'home\', \'\', - \'\', + \'0\', \'banner-img'.$i.'.jpg\', \'\', \'\', @@ -152,7 +152,7 @@ class ThemeConfigurator extends Module \'0\', \'top\', \'\', - \'\', + \'0\', \'banner-img'.$i.'.jpg\', \'\', \'\', diff --git a/themes/default-bootstrap/authentication.tpl b/themes/default-bootstrap/authentication.tpl index 24e23c000..b595f47f3 100644 --- a/themes/default-bootstrap/authentication.tpl +++ b/themes/default-bootstrap/authentication.tpl @@ -31,46 +31,45 @@ {/capture}