setShowChrome(true); } protected function renderHeader() { return ''; } protected function renderFooter() { return ''; } protected function renderBody() { require_celerity_resource('phame-css'); return $this->renderNotice() . $this->renderPosts() . $this->renderBlogDetails(); } }