diff options
author | Thomas Willingham <founder@kakste.com> | 2013-10-10 19:22:28 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-10-10 19:22:28 +0100 |
commit | 6d85acc4134bccf47c847709f3b27fe6e663b064 (patch) | |
tree | 87e4a2908ae1be3658aba448d5ad7fefb5f9a582 /view | |
parent | cdf608898a1371a0dd5071d72e95944d809e2d79 (diff) | |
download | volse-hubzilla-6d85acc4134bccf47c847709f3b27fe6e663b064.tar.gz volse-hubzilla-6d85acc4134bccf47c847709f3b27fe6e663b064.tar.bz2 volse-hubzilla-6d85acc4134bccf47c847709f3b27fe6e663b064.zip |
*sigh* I swear I DID test this first...
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 738f98726..0245680d7 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -47,7 +47,7 @@ if (($schema) && ($schema != '---')) { $schemefile = 'view/theme/' . current_theme() . '/schema/' . $schema . '.php'; require_once ($schemefile); - + } // If we haven't got a schema, load the default. We shouldn't touch this - we // should leave it for admins to define for themselves. if (! $schema) { @@ -56,7 +56,7 @@ require_once ($schemefile); } } - } + //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. |