diff options
author | Tazman DeVille <tazmandevil@gmx.com> | 2014-02-03 02:06:07 +0100 |
---|---|---|
committer | Tazman DeVille <tazmandevil@gmx.com> | 2014-02-03 02:06:07 +0100 |
commit | d2b55f5eeab330b08410424d96211f40050d7a1f (patch) | |
tree | 379b61a26039b2c4ea15b90925579cf9a9b7811c /view/theme/redbasic/php/config.php | |
parent | 3eed73d5195bbf736e2e243b512155b6933108a1 (diff) | |
download | volse-hubzilla-d2b55f5eeab330b08410424d96211f40050d7a1f.tar.gz volse-hubzilla-d2b55f5eeab330b08410424d96211f40050d7a1f.tar.bz2 volse-hubzilla-d2b55f5eeab330b08410424d96211f40050d7a1f.zip |
added Thomas' additional navbar colours from APW to redbasic
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-rw-r--r-- | view/theme/redbasic/php/config.php | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index d6adf5381..68a72fffd 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -74,9 +74,17 @@ function redbasic_form(&$a, $arr) { $nav_colours = array ( '' => t('Scheme Default'), - 'red' => t('red'), - 'black' => t('black'), - 'silver' => t('silver'), + 'red' => 'red', + 'pink' => 'pink', + 'green' => 'green', + 'blue' => 'blue', + 'purple' => 'purple', + 'black' => 'black', + 'orange' => 'orange', + 'brown' => 'brown', + 'grey' => 'grey', + 'gold' => 'gold', + 'silver' => t('silver'), ); if(feature_enabled(local_user(),'expert')) |