diff --git a/htdocs/support/index.php b/htdocs/support/index.php index e6632d2b0e0..cecada7ed65 100644 --- a/htdocs/support/index.php +++ b/htdocs/support/index.php @@ -2,6 +2,7 @@ /* Copyright (C) 2008-2015 Laurent Destailleur * Copyright (C) 2008-2012 Regis Houssin * Copyright (C) 2012 Juanjo Menent + * add german links 2020 Udo Tamm * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -87,6 +88,7 @@ print ''; $urlwiki = 'https://wiki.dolibarr.org'; if (preg_match('/fr/i', $langs->defaultlang)) $urlwiki = 'https://wiki.dolibarr.org/index.php/Accueil'; if (preg_match('/es/i', $langs->defaultlang)) $urlwiki = 'https://wiki.dolibarr.org/index.php/Portada'; +if (preg_match('/de/i', $langs->defaultlang)) $urlwiki = 'https://wiki.dolibarr.org/index.php/Hauptseite'; print '
'.$langs->trans("ForDocumentationSeeWiki", $urlwiki, $urlwiki); print '
'; $urlforum = 'https://www.dolibarr.org/forum/'; @@ -95,6 +97,7 @@ if (preg_match('/fr/i', $langs->defaultlang)) $urlforumlocal = 'https://www.doli if (preg_match('/es/i', $langs->defaultlang)) $urlforumlocal = 'https://www.dolibarr.es/foro/'; if (preg_match('/it/i', $langs->defaultlang)) $urlforumlocal = 'http://www.dolibarr.it/forum/'; if (preg_match('/gr/i', $langs->defaultlang)) $urlforumlocal = 'https://www.dolibarr.gr/forum/'; +if (preg_match('/de/i', $langs->defaultlang)) $urlforumlocal = 'https://www.dolibarr.de/forum/'; print '
'.$langs->trans("ForAnswersSeeForum", $urlforumlocal, $urlforumlocal).'
'; if ($urlforumlocal != $urlforum) print ''.$urlforum.''; print '';