* adjust the lang items.
This commit is contained in:
@@ -151,7 +151,7 @@ EOT;
|
||||
echo html::a(helper::createLink('user', 'login'), $lang->login);
|
||||
}
|
||||
echo html::a(helper::createLink('misc', 'about'), $lang->aboutZenTao, '', "class='about'");
|
||||
echo html::select('', $app->config->langs, $app->getClientLang(), 'class=switcher onchange=selectLang(this.value)');
|
||||
echo html::select('', $app->config->langs, $app->getClientLang(), 'class=switcher onchange="selectLang(this.value)"');
|
||||
}
|
||||
|
||||
/* 打印主菜单。*/
|
||||
|
||||
Reference in New Issue
Block a user