Beispiel #1
0
 protected function set_default_data()
 {
     if (IS_API) {
         $this->response_body = Site_Controller::get_api_response_body_default();
         return;
     }
     $this->template->layout = 'normal';
     $this->set_title_and_breadcrumbs(FBD_SITE_NAME);
     $this->template->header_keywords = '';
     $this->template->header_description = '';
     $this->template->use_angularjs = false;
     View::set_global('renderd_views', array());
 }