bibb-theme/theme.config.php
2026-02-24 07:35:06 +01:00

10 lines
161 B
PHP
Executable File

<?php
return array(
'extends' => 'bootprint3',
'favicon' => 'images/favicon.ico',
"less" => array(
"active" => true,
"compiled.less"
),
);