aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/config.php
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-02-03 08:03:46 +0100
committermarijus <mario@localhost.localdomain>2014-02-03 08:03:46 +0100
commit5c885e91a36bdbdd0829c2950b54bb84288e05a9 (patch)
treec17bcc246b68dd4a53b7883f81f596f82cc1e3fc /view/theme/redbasic/php/config.php
parent11efafb5d2b9a6b860772e4c4cec0cde5c1bf248 (diff)
parentee42079685dd4df721b1090bdaa0d86316e3358a (diff)
downloadvolse-hubzilla-5c885e91a36bdbdd0829c2950b54bb84288e05a9.tar.gz
volse-hubzilla-5c885e91a36bdbdd0829c2950b54bb84288e05a9.tar.bz2
volse-hubzilla-5c885e91a36bdbdd0829c2950b54bb84288e05a9.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-rw-r--r--view/theme/redbasic/php/config.php14
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'))