Remove small login form from the login page

This commit is contained in:
Fedor A. Fetisov 2013-10-30 20:04:11 +04:00
parent 88c13f7d7c
commit 5fd1b69135

View File

@ -20,7 +20,7 @@ if(isset($page) && isset($page['localeLinks'])) {
} }
$page['title'] = getlocal("page_login.title"); $page['title'] = getlocal("page_login.title");
$page['headertitle'] = getlocal("app.title"); $page['headertitle'] = getlocal("app.title");
$page['show_small_login'] = true; $page['show_small_login'] = false;
$page['fixedwrap'] = true; $page['fixedwrap'] = true;
function tpl_content() { global $page, $mibewroot, $errors; function tpl_content() { global $page, $mibewroot, $errors;