mirror of
https://git.yylx.win/https://github.com/mojiro/OneExperienceKB.git
synced 2026-07-27 04:26:04 +08:00
14 lines
594 B
PHP
14 lines
594 B
PHP
<?php
|
|
/*******************************************************************/
|
|
/* if you want to change the values */
|
|
/*******************************************************************/
|
|
|
|
// Change the logo or color to the title and heading
|
|
// Just copy your logo-file in the "data/files/OneExperienceKB/Assets/images"
|
|
// The file should be to 50 Pixel is a good height
|
|
|
|
$themeOneExperienceKBConfig['logo'] = '/data/files/OneExperienceKB/Assets/images/brand-logo.png';
|
|
|
|
$themeOneExperienceKBConfig['backgroundColorHeader'] = '#0078d7';
|
|
|
|
$themeOneExperienceKBConfig['HeadingTitleColor'] = '#fff';
|