浏览代码

Remove the horizontal login form.

markjcrane 9 年之前
父节点
当前提交
1738fd098e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      themes/default/template.php

+ 2 - 0
themes/default/template.php

@@ -2176,6 +2176,7 @@
 													$_SESSION['login']['destination']['url'] = PROJECT_PATH."/core/user_settings/user_dashboard.php";
 												}
 											//login form
+												/*
 												echo "<div align='right'>\n";
 												echo "	<form name='login' METHOD=\"POST\" action=\"".$_SESSION['login']['destination']['url']."\">\n";
 												echo "		<input type='hidden' name='path' value='".$_GET['path']."'>\n";
@@ -2216,6 +2217,7 @@
 												echo "	</form>";
 												echo "</div>";
 											}
+											*/
 										}
 									?>
 								</td>