* ajusted style of about.

This commit is contained in:
Catouse
2014-04-16 11:46:25 +08:00
parent b8b96ddbaf
commit 4aae72eb0f
4 changed files with 42 additions and 12 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ class commonModel extends model
{
echo html::a(helper::createLink('user', 'login'), $lang->login);
}
echo html::a(helper::createLink('misc', 'about'), $lang->aboutZenTao, '', "class='about'");
echo html::a(helper::createLink('misc', 'about'), $lang->aboutZenTao, '', "class='about iframe' data-width='900' data-headerless='true'");
echo $lang->agileTraining;
echo "<div class='dropdown' id='langSelection'><a href='javascript:;' data-toggle='dropdown'>" . $app->config->langs[$app->cookie->lang] . " <span class='caret'></span></a><ul class='dropdown-menu pull-right'>";
foreach ($app->config->langs as $key => $value)