From 47dd1da6fb8de2c9ba4b225e5680b6c1bbb2ca2b Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 1 Sep 2016 22:20:08 -0700 Subject: put theme config into its own namespace --- view/theme/redbasic/php/config.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 2ee998e30..b03e94e46 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -1,5 +1,7 @@ t('Submit'), '$baseurl' => z_root(), - '$theme' => App::$channel['channel_theme'], + '$theme' => \App::$channel['channel_theme'], '$expert' => $expert, '$title' => t("Theme settings"), '$narrow_navbar' => array('redbasic_narrow_navbar',t('Narrow navbar'),$arr['narrow_navbar'], '', array(t('No'),t('Yes'))), -- cgit v1.2.3