initConfig(); } function getShoutBoxContent() { $template = new AJAXChatTemplate($this, AJAX_CHAT_PATH . '/template/shoutbox.html'); // Return parsed template content: return $template->getParsedContent(); } }