aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-07-29 08:19:33 +0000
committerMario <mario@mariovavti.com>2021-07-29 08:19:33 +0000
commitcec2f0d894b80f3affeb60cff2d4afa49a2019a8 (patch)
tree8e4c1bef830048589fed07db3b39faa34847cf65 /view/theme/redbasic/php/style.php
parent9722d157bf138753bc168f68c56b4963db6da4e9 (diff)
downloadvolse-hubzilla-cec2f0d894b80f3affeb60cff2d4afa49a2019a8.tar.gz
volse-hubzilla-cec2f0d894b80f3affeb60cff2d4afa49a2019a8.tar.bz2
volse-hubzilla-cec2f0d894b80f3affeb60cff2d4afa49a2019a8.zip
more work on bs5
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index d278aa309..4fb239cb6 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -69,7 +69,7 @@ if ((!$schema) || ($schema == '---')) {
}
}
-
+
//Set some defaults - we have to do this after pulling owner settings, and we have to check for each setting
//individually. If we don't, we'll have problems if a user has set one, but not all options.
if (! $nav_bg)
@@ -158,7 +158,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
}
-// Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this.
+// Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this.
if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'redbasic')
set_pconfig(local_channel(), 'redbasic', 'schema', '---');