From 42c9a67deeb1f80feee079096802e8524ee28d89 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Wed, 2 Jul 2014 13:13:29 +0000 Subject: 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. --- view/theme/redbasic/php/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/redbasic/php/config.php') 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) { -- cgit v1.2.3