ajout liste de course
Deploy HouseHub / deploy (push) Successful in 1s

This commit is contained in:
2026-05-14 10:43:17 +02:00
parent a2e0061dde
commit e6de684f28
11 changed files with 681 additions and 2 deletions
+9
View File
@@ -109,6 +109,15 @@ if ($_has_custom_bg): ?>
</a>
<?php endif; ?>
<?php if (in_array('groceries', $mods)): ?>
<a href="/groceries.php" class="pf-module-card">
<div class="pf-card-icon">🛒</div>
<h3 class="pf-card-title"><?= tr('mod_groceries_name') ?></h3>
<div class="pf-card-desc"><?= tr('mod_groceries_desc') ?></div>
<span class="pf-card-cta"><?= tr('cta_cart') ?></span>
</a>
<?php endif; ?>
<?php if (in_array('calendar_ios', $mods)): ?>
<a href="/calendar-ios.php" class="pf-module-card">
<div class="pf-card-icon">📱</div>