示例#1
0
 public function form()
 {
     $data['page'] = Page::getPage(Config::get('contact::page-slug'));
     $data['address'] = $this->model->getOne();
     $this->theme->setTitle($data['page']->title);
     $this->theme->setKeywords($data['page']->keyword);
     $this->theme->setDescription($data['page']->description);
     return $this->theme->of('contact::public.contact', $data)->render();
 }