+ add the sn.

This commit is contained in:
wangchunsheng
2010-07-06 02:23:13 +00:00
parent ed03b5da8f
commit 2d9be44fab
2 changed files with 2 additions and 1 deletions

View File

@@ -341,6 +341,7 @@ class user extends control
$header['title'] = $this->lang->user->login;
$this->view->header = $header;
$this->view->referer = $this->referer;
$this->view->s = $this->loadModel('setting')->getItem('system', 'global', 'sn');
$this->display();
}
}