2
0
forked from Wavyzz/dolibarr

NEW Top menu support picto of modules that are font awesome picto.

This commit is contained in:
Laurent Destailleur
2023-10-13 15:00:51 +02:00
parent 68fe6cbf26
commit c507adeef7
49 changed files with 246 additions and 394 deletions

View File

@@ -4658,7 +4658,7 @@ function img_picto_common($titlealt, $picto, $moreatt = '', $pictoisfullpath = 0
} else {
$path = DOL_URL_ROOT.'/theme/common/'.$picto;
if (!empty($conf->global->MAIN_MODULE_CAN_OVERWRITE_COMMONICONS)) {
if (getDolGlobalInt('MAIN_MODULE_CAN_OVERWRITE_COMMONICONS')) {
$themepath = DOL_DOCUMENT_ROOT.'/theme/'.$conf->theme.'/img/'.$picto;
if (file_exists($themepath)) {