public function initialize() { $this->template = template::getInstance(); if ($this->ajax) { $this->content = ajax::getInstance(); } else { $this->content = index::getInstance(); } $this->content->initialize(); }