[Radiant] Change part being rendered in Page extension [Clarification]

2007-05-21 Thread James Thompson
To clarify. When the page is rendered by default the layout uses the 'body' part. I need to tell the page to render a different part based on various things handled in the extended Page class. Is there a way to adjust what part the layout uses as the default when rendering a page? James

Re: [Radiant] Change part being rendered in Page extension [Clarification]

2007-05-21 Thread Sean Cribbs
You should look at overriding the 'content' tag. Check out standard_tags.rb to see what it does. Sean James Thompson wrote: To clarify. When the page is rendered by default the layout uses the 'body' part. I need to tell the page to render a different part based on various things