private function systemInit()
 {
     $this->system = Model_Main::getSetting(FALSE, FALSE, TRUE);
     View::share('sys', $this->system);
     //Init cart
     self::initCart();
     //Init footer pages
     self::getFooterPages();
 }