CMXX - Placeorder initial version

This commit is contained in:
“VeLiTi”
2025-02-13 11:23:15 +01:00
parent 2eaf83c3fe
commit 3424c9fadc
14 changed files with 446 additions and 377 deletions

View File

@@ -145,7 +145,7 @@ $view = '
<td class="img">';
if (!empty($product['meta']['img'])){
$view .= ' <a href="'.url('index.php?page=product&id=' . $product['id']).'">
<img src="'.$img_url.$product['meta']['img'].'" width="50" height="50" alt="'.$product['meta']['name'].'">
<img src="'.img_url.$product['meta']['img'].'" width="50" height="50" alt="'.$product['meta']['name'].'">
</a>';
}
$view .= '</td>