event category -> categories (multiselect)

This commit is contained in:
isUnknown 2024-09-06 14:32:11 +02:00
parent 75cb23e948
commit f4e95f987d
3 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@
throw new Exception($session['title'], 1);
}
?>
<template x-if="tab === 'Calendrier' || ('<?= $session['category'] ?>'.length > 0 && tab.includes('<?= $session['category'] ?>'))">
<template x-if="tab === 'Calendrier' || ('<?= $session['categories'] ?>'.length > 0 && tab.includes('<?= $session['categories'] ?>'))">
<li class="collapsable__item--padding session grid js-link" style="--color: <?= $session['color'] ?>">
<div class="session__info">
<p><?= $formattedDate ?></p>