From 8a89cfb158986dd6be4c820188326f10f0bc1a94 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 15 Aug 2016 22:45:07 -0700 Subject: move schema settings into the display settings main so we can set theme:schema theme selectors in settings --- Zotlabs/Render/Theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Render/Theme.php') 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 : ''); -- cgit v1.2.3