diff options
author | friendica <info@friendica.com> | 2013-10-02 21:05:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-02 21:05:23 -0700 |
commit | 355c42788412d99801ce0f172dd6dbf529c09baf (patch) | |
tree | da3123adec80fbc674a0fa87a0a9e13da740e36c /view/theme/redbasic/php/config.php | |
parent | 78a8d176acae142cac9d20315672772eccd6c683 (diff) | |
parent | 89c1fc75407f27a31146554f92d98a90e43605d1 (diff) | |
download | volse-hubzilla-355c42788412d99801ce0f172dd6dbf529c09baf.tar.gz volse-hubzilla-355c42788412d99801ce0f172dd6dbf529c09baf.tar.bz2 volse-hubzilla-355c42788412d99801ce0f172dd6dbf529c09baf.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-rw-r--r-- | view/theme/redbasic/php/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 2502bb675..7470c399a 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -36,6 +36,7 @@ function redbasic_form(&$a, $nav_colour, $background_colour, $background_image, $nav_colours = array ( 'red' => 'red', 'black' => 'black', + 'silver' => 'silver', ); $t = get_markup_template('theme_settings.tpl'); |