Exemplo n.º 1
0
 /**
  *
  */
 public function preparePage()
 {
     $this->P = new \HaaseIT\HCSF\CorePage($this->serviceManager);
     $this->P->cb_pagetype = 'content';
     unset($_SESSION["user"]);
     if (HelperConfig::$core["enable_module_shop"] && isset($_SESSION["cart"])) {
         \HaaseIT\HCSF\Shop\Helper::refreshCartItems($this->serviceManager);
     }
     $this->P->oPayload->cl_html = $this->serviceManager->get('textcats')->T("logout_message");
 }