mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
10 lines
233 B
PHP
10 lines
233 B
PHP
<?php
|
|
|
|
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
|
|
// changing the color theme
|
|
|
|
$config['theme_name']='default';
|
|
$config['theme_css']= "public/css/theme/default.css";
|
|
$config['theme_modes']=['light','dark']; |