mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
Remove small login form from the login page
This commit is contained in:
parent
88c13f7d7c
commit
5fd1b69135
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user