diff options
author | redmatrix <git@macgirvin.com> | 2016-08-15 22:45:07 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-15 22:45:07 -0700 |
commit | 8a89cfb158986dd6be4c820188326f10f0bc1a94 (patch) | |
tree | f7a73e63ba508bfbebe7451abf2f288996949e17 /Zotlabs/Render/Theme.php | |
parent | 7fc254a81c5648653a03a7a631195d7c5212dcba (diff) | |
download | volse-hubzilla-8a89cfb158986dd6be4c820188326f10f0bc1a94.tar.gz volse-hubzilla-8a89cfb158986dd6be4c820188326f10f0bc1a94.tar.bz2 volse-hubzilla-8a89cfb158986dd6be4c820188326f10f0bc1a94.zip |
move schema settings into the display settings main so we can set theme:schema theme selectors in settings
Diffstat (limited to 'Zotlabs/Render/Theme.php')
-rw-r--r-- | Zotlabs/Render/Theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Render/Theme.php b/Zotlabs/Render/Theme.php index a8b86f371..a732e4fef 100644 --- a/Zotlabs/Render/Theme.php +++ b/Zotlabs/Render/Theme.php @@ -112,7 +112,7 @@ class Theme { $theme = self::current(); $t = $theme[0]; - $s = ((count($theme) > 1) ? $t[1] : ''); + $s = ((count($theme) > 1) ? $theme[1] : ''); $opts = ''; $opts = ((\App::$profile_uid) ? '?f=&puid=' . \App::$profile_uid : ''); |