Update config.php

This commit is contained in:
Jeroen van Riet Paap 2016-03-07 17:01:12 +01:00
parent da3f1326e0
commit f1f19372ad

View File

@ -98,6 +98,7 @@ if(feature_enabled(local_channel(),'expert'))
$o .= replace_macros($t, array( $o .= replace_macros($t, array(
'$submit' => t('Submit'), '$submit' => t('Submit'),
'$baseurl' => $a->get_baseurl(), '$baseurl' => $a->get_baseurl(),
'$theme' => $a->channel['channel_theme'],
'$expert' => $expert, '$expert' => $expert,
'$title' => t("Theme settings"), '$title' => t("Theme settings"),
'$schema' => array('redbasic_schema', t('Select scheme'), $arr['schema'], '', $scheme_choices), '$schema' => array('redbasic_schema', t('Select scheme'), $arr['schema'], '', $scheme_choices),