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.

This commit is contained in:
jeroenpraat 2014-07-02 13:13:29 +00:00
parent f5a1c39cdd
commit 42c9a67dee

View File

@ -81,7 +81,7 @@ function theme_post(&$a) {
function redbasic_form(&$a, $arr) { function redbasic_form(&$a, $arr) {
$scheme_choices = array(); $scheme_choices = array();
$scheme_choices["---"] = t("Default"); $scheme_choices["---"] = t("Light (global default)");
$files = glob('view/theme/redbasic/schema/*.php'); $files = glob('view/theme/redbasic/schema/*.php');
if($files) { if($files) {
foreach($files as $file) { foreach($files as $file) {