aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/config.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-07 21:48:12 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-07 21:48:12 +0100
commit6824fb9f935e1e2a5405571a08b4c1a3c43a7768 (patch)
treed7334b7118fbce55f954017ca3395d5d43f863b6 /view/theme/redbasic/php/config.php
parentb2216f82036e9ea6baab6db68899e4bafa732d65 (diff)
parent0799a0a3be3ceebbee2551e4dcb201651f73206e (diff)
downloadvolse-hubzilla-6824fb9f935e1e2a5405571a08b4c1a3c43a7768.tar.gz
volse-hubzilla-6824fb9f935e1e2a5405571a08b4c1a3c43a7768.tar.bz2
volse-hubzilla-6824fb9f935e1e2a5405571a08b4c1a3c43a7768.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-rw-r--r--view/theme/redbasic/php/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php
index 6bea5bddb..66597332c 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -98,6 +98,7 @@ if(feature_enabled(local_channel(),'expert'))
$o .= replace_macros($t, array(
'$submit' => t('Submit'),
'$baseurl' => $a->get_baseurl(),
+ '$theme' => $a->channel['channel_theme'],
'$expert' => $expert,
'$title' => t("Theme settings"),
'$schema' => array('redbasic_schema', t('Select scheme'), $arr['schema'], '', $scheme_choices),