diff --git a/htdocs/core/lib/usergroups.lib.php b/htdocs/core/lib/usergroups.lib.php
index 5b7c923001b..003d1260252 100644
--- a/htdocs/core/lib/usergroups.lib.php
+++ b/htdocs/core/lib/usergroups.lib.php
@@ -732,7 +732,34 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
print '';
}
+
+ // TextTitleLinkColor
+ if ($foruserprofile)
+ {
+ }
+ else
+ {
+ $default=(empty($colortexttitlelink) ? $langs->trans("Unknown") : colorArrayToHex(colorStringToArray($colortexttitlelink)));
+ print '
';
+ print '| '.$langs->trans("BackgroundTableTitleTextlinkColor").' | ';
+ print '';
+ if ($edit)
+ {
+ print $formother->selectColor(colorArrayToHex(colorStringToArray($conf->global->THEME_ELDY_TEXTTITLELINK, array()), ''), 'THEME_ELDY_TEXTTITLELINK', 'formcolor', 1).' ';
+ }
+ else
+ {
+ print $formother->showColor($conf->global->THEME_ELDY_TEXTTITLELINK, $langs->trans("Default"));
+ }
+ print ' ('.$langs->trans("Default").': '.$default.') ';
+ print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
+ print '';
+ print ' | ';
+
+ print '
';
+ }
+
// BackgroundTableLineOddColor
if ($foruserprofile)
{