From 3c0ee646485aaebe0831de0984e1116bc05be60b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Nov 2013 15:40:46 +0100 Subject: [PATCH] New: Add links to social networks --- htdocs/admin/system/about.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/admin/system/about.php b/htdocs/admin/system/about.php index 1f1d80eb043..48b690a7198 100644 --- a/htdocs/admin/system/about.php +++ b/htdocs/admin/system/about.php @@ -105,6 +105,11 @@ $url='http://wiki.dolibarr.org/index.php/Subscribe'; if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Adh%C3%A9rer'; if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Subscribirse'; print '
  • '.$langs->trans("SubscribeToFoundation").'
  • '; + +print '
  • FaceBook
  • '; +print '
  • Twitter
  • '; +print '
  • Google Plus page
  • '; + print '';