world-game/site/config/config.php

15 lines
271 B
PHP
Raw Normal View History

2026-01-13 16:35:52 +01:00
<?php
return [
'debug' => true,
'languages' => true,
2026-01-13 16:35:52 +01:00
'panel' => [
'css' => 'assets/css/custom-panel.css',
2026-01-16 14:29:38 +01:00
'theme' => 'dark',
'menu' => require __DIR__ . '/menu.php',
2026-01-13 16:35:52 +01:00
],
'thumbs' => require __DIR__ . '/thumbs.php',
];