diff --git a/modules/itop-change-mgmt-1.0.0/datamodel.itop-change-mgmt.xml b/modules/itop-change-mgmt-1.0.0/datamodel.itop-change-mgmt.xml
index 228719de8..4d64357ff 100644
--- a/modules/itop-change-mgmt-1.0.0/datamodel.itop-change-mgmt.xml
+++ b/modules/itop-change-mgmt-1.0.0/datamodel.itop-change-mgmt.xml
@@ -91,7 +91,7 @@
$sIcon = '';
if ($sIconName != '')
{
- $sPath = '../modules/itop-change-mgmt-1.0.0/images/'.$sIconName;
+ $sPath = utils::GetAbsoluteUrlModulesRoot().'itop-change-mgmt-1.0.0/images/'.$sIconName;
if ($bImgTag)
{
$sIcon = "
";
diff --git a/modules/itop-incident-mgmt-1.0.0/datamodel.itop-incident-mgmt.xml b/modules/itop-incident-mgmt-1.0.0/datamodel.itop-incident-mgmt.xml
index b72e7a9ba..eb266a584 100644
--- a/modules/itop-incident-mgmt-1.0.0/datamodel.itop-incident-mgmt.xml
+++ b/modules/itop-incident-mgmt-1.0.0/datamodel.itop-incident-mgmt.xml
@@ -122,7 +122,7 @@
$sIcon = '';
if ($sIconName != '')
{
- $sPath = '../modules/itop-incident-mgmt-1.0.0/images/'.$sIconName;
+ $sPath = utils::GetAbsoluteUrlModulesRoot().'itop-incident-mgmt-1.0.0/images/'.$sIconName;
if ($bImgTag)
{
$sIcon = "
";
diff --git a/modules/itop-request-mgmt-1.0.0/datamodel.itop-request-mgmt.xml b/modules/itop-request-mgmt-1.0.0/datamodel.itop-request-mgmt.xml
index 40b940518..e4802b0e1 100644
--- a/modules/itop-request-mgmt-1.0.0/datamodel.itop-request-mgmt.xml
+++ b/modules/itop-request-mgmt-1.0.0/datamodel.itop-request-mgmt.xml
@@ -92,7 +92,7 @@
$sIcon = '';
if ($sIconName != '')
{
- $sPath = '../modules/itop-request-mgmt-1.0.0/images/'.$sIconName;
+ $sPath = utils::GetAbsoluteUrlModulesRoot().'itop-request-mgmt-1.0.0/images/'.$sIconName;
if ($bImgTag)
{
$sIcon = "
";