From 7b1ed60375db742ae16b9bb80f294e0749b5d3e8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Dec 2012 14:39:22 +0100 Subject: [PATCH] It is better to use external link instead of adding hard coded list. --- htdocs/admin/system/about.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/htdocs/admin/system/about.php b/htdocs/admin/system/about.php index 9f12412bff7..fc1f0748500 100644 --- a/htdocs/admin/system/about.php +++ b/htdocs/admin/system/about.php @@ -109,18 +109,13 @@ print ''; print $langs->trans("OfficialWebHostingService").':'; -$url='http://www.dolicloud.com'; $title='DoliCloud'; +$url='http://wiki.dolibarr.org/index.php/Cloud_Solutions'; $title=$langs->trans('List'); +if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Solutions_de_Cloud'; +if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Soluciones_en_la_Nube'; print '';