My new skin uses icons on the header. I do this by passing the module name to a smarty function. I am just about finished but I have one last problem.
When using site builder, I can get $_widget.widget_module, but in the case of a list, the module is jrCore.
Doing a debug I can see the info I need is in $_widget.widget_data.list_module but this dot syntax only returns {
What's the proper syntax to get the list module name?
updated by @nate: 07/20/16 03:50:03PM