public function __construct()
 {
     $this->php_self = "policies.php";
     $this->auth = false;
     $this->content_only = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->php_self = "forgotpassword.php";
     $this->auth = false;
     $this->content_only = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->auth = false;
     $this->php_self = 'modals.php';
     $this->ssl = true;
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     /* Disable some cache related bugs on the cart/order */
     header('Cache-Control: no-cache, must-revalidate');
     header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
 }
 public function __construct()
 {
     parent::__construct();
     $this->location_level = AgileMultipleShop::getShopByLocationLevel();
     $this->id_location = AgileMultipleShop::getShopByLocationID();
     $this->custom_field = AgileMultipleShop::SHOP_BY_CUSTOM_FIELD;
 }
 public function __construct()
 {
     $this->php_self = 'search.php';
     parent::__construct();
     $this->instantSearch = Tools::getValue('instantSearch');
     $this->ajaxSearch = Tools::getValue('ajaxSearch');
 }
 public function __construct()
 {
     if (Configuration::get("PS_REWRITING_SETTINGS") == 1) {
         $this->php_self = 'blog/tag/' . Tools::getValue('pltn') . '_' . Tools::getValue('plidt') . '.html';
     }
     parent::__construct();
 }
 public function __construct()
 {
     $this->php_self = "companyinfo.php";
     $this->auth = false;
     $this->content_only = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->php_self = "updatepassword.php";
     $this->auth = true;
     $this->content_only = false;
     parent::__construct();
     $this->brandNavi[] = array("name" => "Update Password", "url" => $this->php_self);
 }
 function __construct()
 {
     parent::__construct();
     $this->setWebmasterAutentication();
     $this->context->smarty->assign("page_name", "Index page");
     $this->context->smarty->assign("page_title", "Index page title");
     $this->context->smarty->display('webmaster_access.tpl');
 }
 public function __construct()
 {
     //$this->php_self = 'modules/plblog/frontent/details.php';
     if (Configuration::get("PS_REWRITING_SETTINGS") == 1) {
         $this->php_self = "blog/" . Tools::getValue('plcn') . '/' . Tools::getValue('plidp') . '-' . Tools::getValue('plpn') . ".html";
     }
     parent::__construct();
 }
 public function __construct()
 {
     $this->auth = true;
     $this->php_self = 'discount.php';
     $this->authRedirection = 'discount.php';
     $this->ssl = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->auth = true;
     $this->php_self = 'order-follow.php';
     $this->authRedirection = 'order-follow.php';
     $this->ssl = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->auth = false;
     $this->php_self = 'curated.php';
     $this->authRedirection = 'curated.php';
     $this->ssl = true;
     parent::__construct();
 }
Example #15
0
 public function __construct()
 {
     $this->klarna = new KlarnaPrestaShop();
     if (!$this->klarna->active) {
         exit;
     }
     parent::__construct();
 }
 public function __construct()
 {
     $this->auth = true;
     $this->php_self = 'bulkenquiries.php';
     $this->authRedirection = 'bulkenquiries.php';
     $this->ssl = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->auth = true;
     $this->authRedirection = 'history.php';
     $this->ssl = true;
     parent::__construct();
     header("Cache-Control: no-cache, must-revalidate");
     header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
 }
 public function __construct()
 {
     $this->auth = true;
     $this->guestAllowed = true;
     $this->php_self = 'address.php';
     $this->authRedirection = 'addresses.php';
     $this->ssl = true;
     parent::__construct();
 }
 public function __construct()
 {
     //$this->php_self = 'modules/plblog/frontent/list-post.php';
     if (Configuration::get("PS_REWRITING_SETTINGS") == 1) {
         if (Tools::getValue('plidc')) {
             $this->php_self = 'blog/' . Tools::getValue('plidc') . '_' . Tools::getValue('plcn') . '.html';
         }
     }
     parent::__construct();
 }
 public function __construct()
 {
     $this->controller_type = 'modulefront';
     $this->module = Module::getInstanceByName(Tools::getValue('module'));
     if (!$this->module->active) {
         Tools::redirect('index');
     }
     $this->page_name = 'module-' . $this->module->name . '-' . Dispatcher::getInstance()->getController();
     parent::__construct();
 }
 public function __construct()
 {
     $this->controller_type = 'modulefront';
     $this->module = Module::getInstanceByName(Tools::getValue('module'));
     if (!$this->module->active) {
         Tools::redirect('index');
     }
     $this->page_name = 'module-' . $this->module->name . '-' . Dispatcher::getInstance()->getController();
     parent::__construct();
     $this->display_column_left = isset($this->page_name) && is_object(Context::getContext()->theme) ? Context::getContext()->theme->hasLeftColumn($this->page_name) : true;
     $this->display_column_right = isset($this->page_name) && is_object(Context::getContext()->theme) ? Context::getContext()->theme->hasRightColumn($this->page_name) : true;
 }
 /**
  * Initialise the object variables
  */
 public function __construct()
 {
     parent::__construct();
     $this->oPrediggoSearchConfig = PrediggoSearchConfig::singleton();
     if (!$this->oPrediggoSearchConfig->search_active) {
         return false;
     }
     $this->oPrediggoConfig = PrediggoConfig::singleton();
     $this->sRepositoryPath = _PS_MODULE_DIR_ . 'prediggo/logs/';
     $this->oPrediggoCall = new PrediggoCall($this->oPrediggoConfig->web_site_id, $this->oPrediggoSearchConfig->server_url_search);
     $this->sQuery = Tools::getValue('q');
     $this->sRefineOption = Tools::getValue('refineOption');
 }
 public function __construct()
 {
     $this->php_self = 'prices-drop.php';
     parent::__construct();
 }
 public function __construct()
 {
     $this->php_self = 'password.php';
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
 }
Example #26
0
 /**
  * __construct VideoController
  * @author Jiedara
  * @since 0.4
  * @return boolean
  */
 public function __construct($smarty)
 {
     parent::__construct($smarty);
 }
 public function __construct()
 {
     $this->php_self = "hotelpage.php";
     parent::__construct();
 }
 public function __construct()
 {
     $this->php_self = "roomplanedit.php";
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     header("Cache-Control: no-cache, must-revalidate");
     header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
 }
Example #30
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model(array('staff', 'department', 'shift', 'position', 'staffshift', 'shifthead'));
     $this->load->helper('staff');
 }