diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-07 21:46:20 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-07 21:46:20 +0000 |
commit | 11b5ec7ec8bc6492f63ffe2be92ecb5e97fed800 (patch) | |
tree | 5332948df3864cced1137a550ce7b382870f1cc9 /view/theme/redbasic/php | |
parent | 3cff9c55ba2afa374cc3cdeecfc3384b3001e527 (diff) | |
download | volse-hubzilla-11b5ec7ec8bc6492f63ffe2be92ecb5e97fed800.tar.gz volse-hubzilla-11b5ec7ec8bc6492f63ffe2be92ecb5e97fed800.tar.bz2 volse-hubzilla-11b5ec7ec8bc6492f63ffe2be92ecb5e97fed800.zip |
Added abook-changed background colour to dark schema
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 4ffdcbef8..dbe7c306d 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -276,6 +276,8 @@ if(! $a->install) { $dirpopup_txtcol=""; if (!$dirpopup_linkcol) $dirpopup_linkcol=""; + if (!$abook_changebg) + $abook_changebg="orange"; if($nav_min_opacity === false || $nav_min_opacity === '') { $nav_float_min_opacity = 1.0; @@ -400,6 +402,7 @@ $options = array ( '$admintable_hoverbgcol' => $admintable_hoverbgcol, '$dirpopup_txtcol' => $dirpopup_txtcol, '$dirpopup_linkcol' => $dirpopup_linkcol, +'$abook_changebg' => $abook_changebg, ); echo str_replace(array_keys($options), array_values($options), $x); |