make logo configurable in theme, add fhcomplete logo as default

This commit is contained in:
Harald Bamberger
2025-06-12 16:57:27 +02:00
parent 982373d03b
commit 3adaf8a528
4 changed files with 13 additions and 8 deletions
+1
View File
@@ -7,4 +7,5 @@ if (! defined('BASEPATH')) exit('No direct script access allowed');
$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'];