OneExperienceKB/config.php
Michail Topaloudis 001c40d17a Initial Commit
2021-05-26 09:34:24 +01:00

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';