openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a55e74e9306f5a750c9672b59ebd6af4a12444b0
parent 00aee6bc5e7c49af5dbede2d47ead1764aa60706
Author: Jan Dankert <devnull@localhost>
Date:   Mon,  6 Nov 2017 22:14:43 +0100

Applikationsnamen konfigurierbar machen.

Diffstat:
config/config-default.php | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/config/config-default.php b/config/config-default.php @@ -834,6 +834,14 @@ $conf['style']['moorweide']['text_color'] ='black'; $conf['style']['moorweide']['background_color'] = '#F5FFFA'; $conf['style']['moorweide']['inactive_background_color'] = '#CEE6DA'; +$conf['style']['dark']=array(); +$conf['style']['dark']['name']='Dark'; +$conf['style']['dark']['title_background_color']='#868685'; +$conf['style']['dark']['title_text_color']='DCDCDC'; +$conf['style']['dark']['text_color'] ='FFFFFF'; +$conf['style']['dark']['background_color'] = '#201F1D'; +$conf['style']['dark']['inactive_background_color'] = '#868685'; + $conf['theme'] = array(); $conf['theme']['compiler'] = array(); $conf['theme']['compiler']['enable']=true; @@ -846,6 +854,9 @@ $conf['wiki']['convert_bbcode']=true; $conf['wiki']['tag_strong']= "*"; $conf['wiki']['tag_emphatic']= "_"; +$conf['application']['name' ] = OR_TITLE; +$conf['application']['version' ] = OR_VERSION; +$conf['application']['operator'] = OR_TITLE; $conf['production']= true; ?> \ No newline at end of file