diff options
author | Jeroen van Riet Paap <jeroenpraat@xs4all.nl> | 2016-03-07 17:01:12 +0100 |
---|---|---|
committer | Jeroen van Riet Paap <jeroenpraat@xs4all.nl> | 2016-03-07 17:01:12 +0100 |
commit | f1f19372ad518ea1408924253d68f445c7ec2f0a (patch) | |
tree | 3d4d947bae400d8458a067e1f0f88a7fa4f5f7d2 /view/theme | |
parent | da3f1326e024f42e775132df96411da4d1b6705d (diff) | |
download | volse-hubzilla-f1f19372ad518ea1408924253d68f445c7ec2f0a.tar.gz volse-hubzilla-f1f19372ad518ea1408924253d68f445c7ec2f0a.tar.bz2 volse-hubzilla-f1f19372ad518ea1408924253d68f445c7ec2f0a.zip |
Update config.php
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/php/config.php | 1 |
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), |