Add link to doc and fix doc (#33470)

This commit is contained in:
John BOTELLA
2025-03-15 15:44:40 +01:00
committed by GitHub
parent 7767fdeb4f
commit c54a7a965c
4 changed files with 12 additions and 4 deletions

View File

@@ -836,6 +836,11 @@ function ihm_prepare_head()
$head[$h][2] = 'css';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/tools/ui/components/index.php";
$head[$h][1] = $langs->trans("UxComponentsDoc").' '.img_picto('', 'external-link-square-alt');
$head[$h][2] = 'css';
$h++;
complete_head_from_modules($conf, $langs, null, $head, $h, 'ihm_admin');
complete_head_from_modules($conf, $langs, null, $head, $h, 'ihm_admin', 'remove');