move schema settings into the display settings main so we can set theme:schema theme selectors in settings

This commit is contained in:
redmatrix
2016-08-15 22:45:07 -07:00
parent 7fc254a81c
commit 8a89cfb158
5 changed files with 83 additions and 35 deletions

View File

@@ -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 : '');