Converse width for a few related (old) schemas back to 1024px / Name default theme to Focus / Non expert custom display settings above expert display settings, so people can better find them.

This commit is contained in:
jeroenpraat
2015-09-17 22:39:48 +02:00
parent c6c18261a0
commit 4090843fef
6 changed files with 15 additions and 6 deletions

View File

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