You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
// Save the value of $useSSL ($useSSL will be overwritten by FrontController::__contruct())
$controller = new FrontController();
if (Tools::usingSecureMode())
$useSSL = $controller->ssl = true;
$controller->displayHeader();
/* PrestaShop Mobile */ if (_THEME_NAME_ == 'prestashop_mobile') { global $smarty; $smarty->display(_PS_THEME_DIR_.'header-page.tpl'); $smarty->assign('no_header', 1); }