* adjust the lang items.

This commit is contained in:
wangchunsheng
2010-09-11 12:42:06 +00:00
parent 4136bb33b5
commit 95e2c15813
12 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -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)"');
}
/* 打印主菜单。*/