Two Detail Template Instances on One Page
Posted: Sun Oct 20, 2013 3:24 pm
I've spent most of my afternoon trying to figure out how to overcome a detail template conflict I'm experiencing. I have a single page where I call a detail template from two different modules (News & CompanyDirectory). Both modules use the 'entry' Smarty object in the detail template and therefore the later module (CompanyDirectory) will not show.
Because the detailed templates are being called directly without the smarty object being 'inherited' from a previous summary template instance is there a way of deconflicting this? I thought there maybe a way of 'closing' or clearing Smarty objects in the first module before displaying the second.
I hope this is clear to understand and many help for any guidance
Because the detailed templates are being called directly without the smarty object being 'inherited' from a previous summary template instance is there a way of deconflicting this? I thought there maybe a way of 'closing' or clearing Smarty objects in the first module before displaying the second.
I hope this is clear to understand and many help for any guidance