Revert "Fix #15675 fixed the error of installation start of version 13.0.0-beta"

This reverts commit 35ea990cff.
This commit is contained in:
Zebedeu 2020-12-06 07:56:18 +01:00
parent 35ea990cff
commit 50b80785f5

View File

@ -3191,7 +3191,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
// We forge fullpathpicto for image to $path/img/$picto. By default, we take DOL_URL_ROOT/theme/$conf->theme/img/$picto // We forge fullpathpicto for image to $path/img/$picto. By default, we take DOL_URL_ROOT/theme/$conf->theme/img/$picto
$url = DOL_URL_ROOT; $url = DOL_URL_ROOT;
$theme = isset($conf->theme) ? $conf->theme : null; $theme = $conf->theme;
$path = 'theme/'.$theme; $path = 'theme/'.$theme;
// Define fullpathpicto to use into src // Define fullpathpicto to use into src