Hi Gareth, It's possible to direct the navigation render tag to render the navigation for a specified page, rather than the one it is sitting on. It is also possible to use Context:CurrentMasterPage to access the structure/master page the content is sitting in, even if it is within a container. Combining these two ideas, we get:
<%!! Navigation:OutputArea(Area, Bool:False, Context:CurrentMasterPage.Id) !!%> This should work to render the correct navigation for your master page. Thanks, Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
