Closed louiswolf closed 11 years ago
I've written a template with some configuration options which I can't read from tpl_getConf with loadskin installed. For instance:
mytemplate/conf/metadata.php:
$meta['btl_themecolor'] = array( 'multichoice', '_choices' => array( 'blue', 'green', 'orange', 'purple' ) );
and mytemplate/conf/default.php:
$conf['btl_themecolor'] = 'orange';
and
tpl_getConf('btl_themecolor');
in my template, doesn't return a result.
I cannot reproduce this. Are you sure it's working without the loadskin plugin?
I will close this due to missing user feedback.
I've written a template with some configuration options which I can't read from tpl_getConf with loadskin installed. For instance:
mytemplate/conf/metadata.php:
and mytemplate/conf/default.php:
and
in my template, doesn't return a result.