diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 99bb38cc21..e94309b415 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -331,19 +331,19 @@ if ($config['menu_type'] == 'classic') { // Support. if (defined('PANDORA_ENTERPRISE')) { - $header_support_link = 'https://support.artica.es/'; + $header_support_link = $config['custom_support_url']; } else { $header_support_link = 'https://pandorafms.com/forums/'; } $header_support = '
'; - $header_support .= ''; + $header_support .= ''; $header_support .= html_print_image('/images/header_support.png', true, ['title' => __('Go to support'), 'class' => 'bot', 'alt' => 'user']); $header_support .= '
'; // Documentation. $header_docu = '
'; - $header_docu .= ''; + $header_docu .= ''; $header_docu .= html_print_image('/images/header_docu.png', true, ['title' => __('Go to documentation'), 'class' => 'bot', 'alt' => 'user']); $header_docu .= '
'; diff --git a/pandora_console/general/login_help_dialog.php b/pandora_console/general/login_help_dialog.php index 323b465d5a..b02c47cea9 100644 --- a/pandora_console/general/login_help_dialog.php +++ b/pandora_console/general/login_help_dialog.php @@ -87,7 +87,7 @@ echo '
'; - echo ''.html_print_image( + echo ''.html_print_image( 'images/documentation.png', true, [ @@ -96,7 +96,7 @@ echo '
'; - echo ''.__('Documentation').''; + echo ''.__('Documentation').''; echo ''; echo ''; echo ''; diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index 5aecfcc92c..ea40ef48aa 100755 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -96,16 +96,16 @@ echo '
'; echo '