turn theme configuration into a class object

This commit is contained in:
redmatrix
2016-09-01 22:10:56 -07:00
parent e5c077243c
commit b3efdf2109
3 changed files with 127 additions and 122 deletions

View File

@@ -24,9 +24,8 @@ class Theme_info extends \Zotlabs\Web\Controller {
$schemalist[] = [ 'key' => $k, 'val' => $v ];
}
}
$theme_config = $th_config->get();
}
$theme_config = theme_content($a);
}
$info = get_theme_info($theme);
if($info) {