item_index_meta.tpl usage question
Design and Skin Customization
I do have a workaround for this, although it required duplicating the code with a conditional statement for the two scenarios stated above.
First, I added a condition in my top-level meta file for the first condition which expects the item_index_meta to inject the code. Then I added a condition for the second instance and used the {jrCore_include module="myCustomModule" template="item_index_meta.tpl"} to manually inject the template code. In the item_index_meta.tpl I had to set the first condition and use the data variables with $item. , but when the module_url is not present in the current_url (the second condition), I needed to remove the "item." from all the variable calls.
This is working for now, but if the core is ever updated to accommodate this, it would be appreciated.
Thanks!