/* At least this in theme.php. */ public function add_template_vars() { if(!$this->template_engine->assigned('pages')) $this->assign('pages', Posts::get(array('content_type' => 'page', 'status' => Post::status('published')))); parent::add_template_vars(); }