diff --git a/pandora_console/fonts/Lato-Hairline.ttf b/pandora_console/fonts/Lato-Hairline.ttf new file mode 100644 index 0000000000..288be29553 Binary files /dev/null and b/pandora_console/fonts/Lato-Hairline.ttf differ diff --git a/pandora_console/fonts/Lato-Light.ttf b/pandora_console/fonts/Lato-Light.ttf new file mode 100644 index 0000000000..a958067a86 Binary files /dev/null and b/pandora_console/fonts/Lato-Light.ttf differ diff --git a/pandora_console/fonts/Lato-Regular.ttf b/pandora_console/fonts/Lato-Regular.ttf new file mode 100644 index 0000000000..04ea8efb13 Binary files /dev/null and b/pandora_console/fonts/Lato-Regular.ttf differ diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index 6b026e97d5..0635147063 100755 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -45,9 +45,9 @@ switch ($login_screen) { $logo_link = 'index.php'; $logo_title = __('Refresh'); break; + $splash_title = __('Splash login'); } - $url = '?login=1'; //These variables come from index.php if (!empty ($page) && !empty ($sec)) { @@ -58,36 +58,36 @@ if (!empty ($page) && !empty ($sec)) { $login_body_style = ''; // Overrides the default background with the defined by the user if (!empty($config['login_background'])) { - $background_url = ui_get_full_url("images/backgrounds/") . $config['login_background']; + $background_url = "../../images/backgrounds/" . $config['login_background']; $login_body_style = "style=\"background-image: url('$background_url');\""; } echo '
'; -echo '