* adjust the logic of mobile access.

This commit is contained in:
wyd621
2013-11-01 03:36:55 +00:00
parent 2c65fffa9d
commit 2158f025fc
6 changed files with 23 additions and 8 deletions
+2
View File
@@ -702,6 +702,8 @@ class user extends control
$this->view->demoUsers = $demoUsers;
}
$this->app->loadLang('misc');
$this->view->noGDLib = sprintf($this->lang->misc->noGDLib, common::getSysURL() . $this->config->webRoot);
$this->view->title = $this->lang->user->login;
$this->view->referer = $this->referer;
$this->view->s = zget($this->config->global, 'sn');