diff --git a/html/style-classic7.css b/html/style-classic7.css index 06ecef88c..1e605b39c 100644 --- a/html/style-classic7.css +++ b/html/style-classic7.css @@ -454,15 +454,14 @@ div.content a.mtitle { color:#0000FF; cursor: pointer; /*! background-color: white; */ - - + background-color: transparent; } div.content a.mtitle:hover { text-decoration:none; display:inline; background-color:transparent; - color:lightsalmon; + color:lightskyblue; cursor: pointer; } diff --git a/html/user_login.php b/html/user_login.php index 1f3aafb96..d1f037656 100644 --- a/html/user_login.php +++ b/html/user_login.php @@ -29,7 +29,7 @@ require_once NOALYSS_INCLUDE.'/lib/http_input.class.php'; require_once NOALYSS_INCLUDE.'/lib/function_javascript.php'; require_once NOALYSS_INCLUDE.'/lib/icon_action.class.php'; -html_page_start($_SESSION['g_theme']); +@html_page_start($_SESSION['g_theme']); $rep=new Database(); require_once NOALYSS_INCLUDE.'/class/user.class.php'; $User=new User($rep);