mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-05-14 14:52:04 +00:00
Aggiunte analytics in ogni pagina (no pagine admin di managing)
This commit is contained in:
@@ -30,6 +30,11 @@ if ($stmt = $conn->prepare($sql)) {
|
||||
<?php endif; ?>
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
<script src="assets/js/cart.js"></script>
|
||||
<?php
|
||||
if(getenv('ITSTRACKER_KEY')){
|
||||
echo "<script src=\"https://projectits.altervista.org/tracker.js?key=" . getenv('ITSTRACKER_KEY') . "\"></script>";
|
||||
}
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<header style="display: flex; justify-content: space-between; align-items: center; padding: 10px; background-color: #f2f2f2; border-bottom: 1px solid #ddd;">
|
||||
|
||||
Reference in New Issue
Block a user