2
0
forked from Wavyzz/dolibarr

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

This reverts commit 1a1850c6f1.
This commit is contained in:
Zebedeu
2020-12-06 07:14:11 +01:00
parent 1a1850c6f1
commit f708065445

View File

@@ -3191,10 +3191,9 @@ 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
$url = DOL_URL_ROOT;
$theme = $conf->theme;
$path = 'theme/'.$theme;
if (isset($conf->theme)) {
$theme = $conf->theme;
}
// Define fullpathpicto to use into src
if ($pictoisfullpath) {
// Clean parameters