On 8/26/07, Simon <[EMAIL PROTECTED]> wrote: > > I want to be able to display a trail > (say in a group header) > only if a page is 'in' the trail. > > Does anyone know of any way I could say > (: if ThisPage is in the trail WikiTrailPage :) > << WikiTrailPage >> > (: ifend :) >
Digging into the code I found that the last beta (2.2.0b63) provide the feature you're looking for: (:if ontrail WikiTrailPage ThisPage:) ... -- Dominique _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
