This commit is contained in:
hufangzhou
2023-07-10 16:42:59 +08:00
parent ca74d24ab0
commit f1a08332f7
+7 -7
View File
@@ -174,14 +174,14 @@ class mail extends control
if(dao::isError()) return print(js::error(dao::getError())); if(dao::isError()) return print(js::error(dao::getError()));
$this->session->set('mailConfig', ''); $this->session->set('mailConfig', '');
$this->view->title = $this->lang->mail->common . $this->lang->colon . $this->lang->mail->save;
$this->view->position[] = html::a(inlink('index'), $this->lang->mail->common);
$this->view->position[] = $this->lang->mail->save;
$this->view->mailExist = $this->mail->mailExist();
$this->display();
} }
$this->view->title = $this->lang->mail->common . $this->lang->colon . $this->lang->mail->save;
$this->view->position[] = html::a(inlink('index'), $this->lang->mail->common);
$this->view->position[] = $this->lang->mail->save;
$this->view->mailExist = $this->mail->mailExist();
$this->display();
} }
/** /**