Skip to content
Snippets Groups Projects
Commit 00b9edba authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Use links according to lang

parent c41a3dac
No related branches found
No related tags found
No related merge requests found
# Dolibarr language file - en_US - propal
CHARSET=UTF-8
Proposals=Quotationss
Proposals=Quotations
Proposal=Quotation
ProposalShort=Quotation
ProposalsDraft=Draft quotations
......
......@@ -137,7 +137,9 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
{
print '<tr class="liste_titre"><td>'.$langs->trans("DefaultSkin").'</td>';
print '<td align="right">';
print '<a href="http://www.dolistore.com/4-themes" target="_blank">';
$url='http://www.dolistore.com/lang-en/4-skins';
if (preg_match('/fr/i',$langs->defaultlang)) $url='http://www.dolistore.com/lang-fr/4-themes';
print '<a href="'.$url.'" target="_blank">';
print $langs->trans('DownloadMoreSkins');
print '</a>';
print '</td></tr>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment