Skip to content
Snippets Groups Projects
Commit 55e78620 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Added missing local communities links

parent 13cb2e47
Branches
Tags
No related merge requests found
...@@ -1624,6 +1624,9 @@ function left_menu($menu_array_before, $helppagename='', $moresearchform='', $me ...@@ -1624,6 +1624,9 @@ function left_menu($menu_array_before, $helppagename='', $moresearchform='', $me
//local communities //local communities
if (preg_match('/fr/i',$langs->defaultlang)) $doliurl='http://www.dolibarr.fr'; if (preg_match('/fr/i',$langs->defaultlang)) $doliurl='http://www.dolibarr.fr';
if (preg_match('/es/i',$langs->defaultlang)) $doliurl='http://www.dolibarr.es'; if (preg_match('/es/i',$langs->defaultlang)) $doliurl='http://www.dolibarr.es';
if (preg_match('/de/i',$langs->defaultlang)) $doliurl='http://www.dolibarr.de';
if (preg_match('/it/i',$langs->defaultlang)) $doliurl='http://www.dolibarr.it';
if (preg_match('/gr/i',$langs->defaultlang)) $doliurl='http://www.dolibarr.gr';
$appli='Dolibarr'; $appli='Dolibarr';
if (! empty($conf->global->MAIN_APPLICATION_TITLE)) if (! empty($conf->global->MAIN_APPLICATION_TITLE))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment