forked from ZwiiCMS-Team/ZwiiCMS
6 lines
129 B
PHP
6 lines
129 B
PHP
<?php
|
|
class theme extends search {
|
|
public static $defaultData = [
|
|
'keywordColor' => 'rgba(229, 229, 1, 1)'
|
|
];
|
|
} |