mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-05-14 14:52:04 +00:00
Correzione titolo pagina prodotto
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ if ($stmt = $conn->prepare($sql)) {
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<?php if ($result->num_rows > 0): ?>
|
<?php if ($result->num_rows > 0): ?>
|
||||||
<title>TechStore - <?php echo htmlspecialchars($result->fetch_assoc()['CategoryName']); ?></title>
|
<title><?php echo $product['ProductName']; ?> - TechStore</title>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<title>Prodotto non trovato - TechStore</title>
|
<title>Prodotto non trovato - TechStore</title>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user