setLayout('bare'); } public function index() { if (CONFIG()->skip_homepage) $this->redirectTo('post#index'); else $this->post_count = Post::fast_count(); } }