aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/config.php
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-07-02 13:13:29 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-07-02 13:13:29 +0000
commit42c9a67deeb1f80feee079096802e8524ee28d89 (patch)
tree32dd1c1e791e06116289ec8e4b7e781242281c2b /view/theme/redbasic/php/config.php
parentf5a1c39cdd06ff9991cbd63f48163325709aeaeb (diff)
downloadvolse-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/theme/redbasic/php/config.php')
-rw-r--r--view/theme/redbasic/php/config.php2
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) {