Add countdown timer and styling for urgency messaging in advertisements

This commit is contained in:
Fabian Schieder 2026-03-31 00:07:50 +02:00
parent a7e1451331
commit 5668df1019

View File

@ -6,7 +6,12 @@ require_once __DIR__ . '/lib/bootstrap.php';
<?php include 'catbar.php'; ?>
<?php include 'attrbar.php'; ?>
<?php include 'ad_recommendation.php'; ?>
<?php
// Nur anzeigen, wenn keine speziellen Such- oder Filterparameter gesetzt sind (reine Startseite)
if (empty($_GET['category']) && empty($_GET['search'])):
include 'ad_recommendation.php';
endif;
?>
<?php include 'compcards.php'; ?>