mirror of
https://gh.wpcy.net/https://github.com/mojiro/OneExperienceKB.git
synced 2026-04-23 08:52:17 +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';
|