Anyone got some pointers on how to show the same content in a different style/layout based on url?
Client wants help files available both in the site in standard pages but also as popups (ie minus all the usual site furniture) and possibly branded up differently.
Any ideas on how to do this simply? Am sure its been done before but can't find anything about it on the wiki.
Same content different template/layout by url
Anyone got some pointers on how to show the same content in a different style/layout based on url?
Client wants help files available both in the site in standard pages but also as popups (ie minus all the usual site furniture) and possibly branded up differently.
Any ideas on how to do this simply? Am sure its been done before but can't find anything about it on the wiki.
You can activate an alternate template via
page.aspx (standard template)
page/templateName.aspx (using template of alias 'templateName')
or page.aspx?altTemplate=templateName
Hope this helps,
Dan
is working on a reply...