This commit is contained in:
paoloar77
2024-11-27 12:40:48 +01:00
parent 79adc61efc
commit 30cdeb75d5

View File

@@ -643,7 +643,7 @@ function showOrdiniWeb()
}
if ($product)
if ($product && isset($product['name']))
$titolo = $mylink . "<span style='font-weigth: bold;'>" . $product['name'] . "</span>" . $finelink;
else
$titolo = "";