Active
Project:
Fusion Accelerator
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2012 at 11:59 UTC
Updated:
15 Dec 2012 at 11:59 UTC
I've got a custom setting in my theme, that i access with theme_get_setting.
In my skins/mytheme_skins/mytheme_skins.inc i have two functions:
mytheme_fusion_apply_group_mytheme_skins_info() and mytheme_fusion_apply_skin_mytheme_skins_info().
When i call theme_get_setting from mytheme_fusion_apply_skin_mytheme_skins_info(), i get the setting. But from mytheme_fusion_apply_group_mytheme_skins_info(), theme_get_setting returns an empty result. :(
Thus, i fail to create groups dynamically based on that theme setting. I have to put all my settings in one bloated group. :(
Please fix this.