If you want a text logout link next to the name, try this: 

(:if authid:)
{$AuthId} [[{*$FullName}?action=logout | $[Logout] ]]
(:ifend:)

If you want an image logout button next to the name (see 
http://www.pmwiki.org/wiki/PmWiki/Images), try this:

(:if authid:)
{$AuthId} [[{*$FullName}?action=logout |  
http://example.com/path/to/image.png"Logout"; ]]
(:ifend:)

Randy


On Jul 15, 2010, at 2:15 AM, the ntbk wrote:
> 
> I just want to image the logout button beside of the name of the person which 
> just logged in to the website.

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to