2026-04-15 18:58:25 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
2026-05-26 10:56:17 +02:00
|
|
|
'debug' => true,
|
2026-05-14 17:22:34 +02:00
|
|
|
'panel' => [
|
|
|
|
|
'menu' => require_once __DIR__ . '/menu.php',
|
|
|
|
|
'home' => 'pages/home',
|
|
|
|
|
],
|
2026-05-26 10:56:17 +02:00
|
|
|
'thumbs' => [
|
|
|
|
|
'quality' => 80,
|
|
|
|
|
'srcsets' => array_merge(
|
|
|
|
|
require __DIR__ . '/thumbs/home-slideshow.php',
|
|
|
|
|
),
|
|
|
|
|
],
|
2026-04-15 18:58:25 +02:00
|
|
|
];
|