Skip to content
Snippets Groups Projects
Commit c26e48af authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: change skins link with dolistore

parent 4b3d8bb2
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ 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.dolibarr.org/downloads/cat_view/65-modulesaddon/70-skins" target="_blank">';
print '<a href="http://www.dolistore.com/4-themes" 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