Monday, January 8, 2007, 12:34:50 PM, info wrote:
> My PageActions looks as following:
> (:if !authid:)
> *[[{*$FullName}?action=login | Login ]]
> (:if:)
it may be that you are using a pre 2.2.0beta version of pmwiki, which
does not recognise {*$FullName}.
try {$FullName} instead.
Hans