On 14/06/07, Ferdinand Soethe <[EMAIL PROTECTED]> wrote:
There is one other easy way to do this:
- Use the scales skin (which is really just a high performance
version of pelt)
- Reference your hidden pages through an normal entry in site.xml
- Add the attribute
type="showWhenSelected"
to that reference. It should now look like
<page2 label="Visible only when current" href="page2.html"
type="showWhenSelected"/>
This does not achieve the effect Patrick is after. As he points out in
the original mail, having a reference in site.xml results in the link
appearing in the page (although it is not visible). That will result
in content being indexed by search engines, which is precisely what
Patrick wants to avoid.
Ross