Template A displays the upcoming events, while template B displays all of the child object in the parent category.
Is it possible to combined these template into one template with an if statement to determine what is displayed?
Something like:
Code: Select all
if current page is child
then
{menu start_level="2" collapse="1"}
else
{cms_module module="CGCalendar" display="upcominglist" limit="12" unique_only="0" category="general"}