dror tirosh wrote: > So I was looking for a different solution. > If there is none I would accept that as well, but if you guys have a > different hack I'll be happy.
For this kind of thing I'd recommend making the tags global (so they can be used on any page). There seems to be a common misconception that behaviors are the appropriate way to add tags to a page. You can use behaviors for this, but most of the time it is only useful if you tie it in with other features (like overriding the render_page method). > BTW - I don't see why the two acts so differently, so if I look for a page > it uses its own behavior but if radiant looks for a page (like a body part) > it uses the current page behavior. It's so that you can cycle through the children of a page and render parts in the correct context. -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
