Add countdown timer and styling for urgency messaging in advertisements
This commit is contained in:
parent
a7e1451331
commit
5668df1019
@ -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'; ?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user