15 lines
No EOL
305 B
PHP
15 lines
No EOL
305 B
PHP
<?php
|
|
|
|
return [
|
|
'debug' => true,
|
|
'panel' => [
|
|
'menu' => require_once __DIR__ . '/menu.php',
|
|
'home' => 'pages/home',
|
|
],
|
|
'thumbs' => [
|
|
'quality' => 80,
|
|
'srcsets' => array_merge(
|
|
require __DIR__ . '/thumbs/home-slideshow.php',
|
|
),
|
|
],
|
|
]; |