Merge branch '672-change_forums_url_in_wellcome_window' into 'develop'

Changed forums url in wellcome window

See merge request !343
This commit is contained in:
vgilc 2017-04-25 16:05:34 +02:00
commit dfd0bb38e8
1 changed files with 2 additions and 2 deletions

View File

@ -62,11 +62,11 @@ echo '<div id="login_help_dialog" title="' .
echo '</td>';
echo '<td style="border:1px solid #FFF; text-align:center;">';
echo '<a href="http://openideas.info/smf/" target="_blank" style="text-decoration:none;">' .
echo '<a href="https://pandorafms.com/forums" target="_blank" style="text-decoration:none;">' .
html_print_image('images/support.png', true,
array("alt" => __('Support'), "border" => 0)) . '</a>';
echo '<br style="margin-bottom: 40px;" />';
echo '<a style="font-size: 9pt;" href="http://openideas.info/smf/" target="_blank">' . __('Support') . ' / ' . __('Forums') . '</a>';
echo '<a style="font-size: 9pt;" href="https://pandorafms.com/forums" target="_blank">' . __('Support') . ' / ' . __('Forums') . '</a>';
echo '</td>';
echo '<td style="border:1px solid #FFF; text-align:center;">';