ENG v3
This commit is contained in:
parent
55a70dfb41
commit
041ee61691
BIN
assets/pasted-20251212-195119-df972256.jpg
Normal file
BIN
assets/pasted-20251212-195119-df972256.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
@ -69,7 +69,7 @@ try {
|
|||||||
<h5 class="card-title">
|
<h5 class="card-title">
|
||||||
<a href="product.php?id=<?= (int)$product['id'] ?>" class="text-decoration-none text-dark">
|
<a href="product.php?id=<?= (int)$product['id'] ?>" class="text-decoration-none text-dark">
|
||||||
<?= htmlspecialchars($product['name']) ?>
|
<?= htmlspecialchars($product['name']) ?>
|
||||||
a>
|
</a>
|
||||||
</h5>
|
</h5>
|
||||||
<p class="card-text text-secondary small flex-grow-1"><?php
|
<p class="card-text text-secondary small flex-grow-1"><?php
|
||||||
$desc = $product['description'];
|
$desc = $product['description'];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user