template->Set('section_title', 'Statistics and Logs'); $this->template->loadTemplate("start", "templates/start.html"); $this->template->Set('main_content', $this->template->Parse("start")); echo $this->template->Parse("main"); ?>