added Thomas' additional navbar colours from APW to redbasic

This commit is contained in:
Tazman DeVille
2014-02-03 02:06:07 +01:00
parent 3eed73d519
commit d2b55f5eea
2 changed files with 43 additions and 3 deletions

View File

@@ -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'))