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:
parent
f5a1c39cdd
commit
42c9a67dee
@ -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) {
|
||||
|
Reference in New Issue
Block a user