diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-07-02 13:13:29 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-07-02 13:13:29 +0000 |
commit | 42c9a67deeb1f80feee079096802e8524ee28d89 (patch) | |
tree | 32dd1c1e791e06116289ec8e4b7e781242281c2b /view | |
parent | f5a1c39cdd06ff9991cbd63f48163325709aeaeb (diff) | |
download | volse-hubzilla-42c9a67deeb1f80feee079096802e8524ee28d89.tar.gz volse-hubzilla-42c9a67deeb1f80feee079096802e8524ee28d89.tar.bz2 volse-hubzilla-42c9a67deeb1f80feee079096802e8524ee28d89.zip |
Changed Default to Light (global default). So if hub owners want to change the default, they don't get two defaults. Please revert when not needed/wanted.
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/php/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 6855c8c32..34f08e8cd 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -81,7 +81,7 @@ function theme_post(&$a) { function redbasic_form(&$a, $arr) { $scheme_choices = array(); - $scheme_choices["---"] = t("Default"); + $scheme_choices["---"] = t("Light (global default)"); $files = glob('view/theme/redbasic/schema/*.php'); if($files) { foreach($files as $file) { |