hecq-et-lesort/site/config/config.php
isUnknown c3584a9377 panel : menu latéral + blueprint about/infos + template infos
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 09:49:41 +02:00

17 lines
380 B
PHP

<?php
return [
'debug' => true,
'locale' => 'fr_FR.UTF-8',
'date.handler' => 'intl',
'panel' => [
'menu' => require_once __DIR__ . '/menu.php',
],
'thumbs' => [
'quality' => 80,
'srcsets' => array_merge(
require __DIR__ . '/thumbs/events-grid.php',
require __DIR__ . '/thumbs/event-slideshow.php',
),
],
];