From 790eb164da47b93207b0f771280e41d4dbed8d0f Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Tue, 4 Apr 2017 17:09:26 +0200 Subject: [PATCH] Changed forums url in wellcome window --- pandora_console/general/login_help_dialog.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/general/login_help_dialog.php b/pandora_console/general/login_help_dialog.php index 5de66e675c..9e097a6fbc 100644 --- a/pandora_console/general/login_help_dialog.php +++ b/pandora_console/general/login_help_dialog.php @@ -62,11 +62,11 @@ echo '
'; - echo '' . + echo '' . html_print_image('images/support.png', true, array("alt" => __('Support'), "border" => 0)) . ''; echo '
'; - echo '' . __('Support') . ' / ' . __('Forums') . ''; + echo '' . __('Support') . ' / ' . __('Forums') . ''; echo ''; echo '';