diff --git a/admin/index.php b/admin/index.php index 5e7598f1..822e3de4 100644 --- a/admin/index.php +++ b/admin/index.php @@ -30,6 +30,7 @@ define('IN_SCRIPT', 1); define('HESK_PATH', '../'); +define('PAGE_TITLE', 'LOGIN'); /* Get all the required files and functions */ require(HESK_PATH . 'hesk_settings.inc.php'); @@ -58,9 +59,6 @@ switch ($action) { hesk_autoLogin(); print_login(); } - -/* Print footer */ -require_once(HESK_PATH . 'inc/footer.inc.php'); exit(); /*** START FUNCTIONS ***/ @@ -274,7 +272,7 @@ function print_login() } $hesk_settings['tmp_title'] = $hesk_settings['hesk_title'] . ' - ' .$hesklang['admin_login']; - require_once(HESK_PATH . 'inc/header.inc.php'); + require_once(HESK_PATH . 'inc/headerAdmin.inc.php'); if ( hesk_isREQUEST('notice') ) { @@ -287,29 +285,34 @@ function print_login() } ?> -
-
-
-
-

> 

+ -
- - + + '; + echo ''; } // Do we allow staff password reset? if ($hesk_settings['reset_pass']) { - echo '
 
'.$hesklang['fpass'].''; + echo '

'.$hesklang['fpass'].''; } ?>
- - -
+
- -
- -

 

- - +; } + + + body { + background: #d2d6de; + } +