mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
11 lines
301 B
PHP
11 lines
301 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_logo']= "public/images/logo_fh-complete_300x46.png";
|
|
$config['theme_modes']=['light','dark']; |