Sunday, March 16, 2008, 9:26:25 PM, Randy wrote:

> ## Make tool tips out of page description, or if none exists, the title
> $FmtPV['$DescriptionT'] = '@$page["description"] ?   
> $page["description"] : PageVar($pn, "\$Title")';
> $LinkPageExistsFmt = "<a class='wikilink' title='{\$DescriptionT}'  
href='\$LinkUrl'>>\$LinkText</a>";

change to

## Make tool tips out of page description, or if none exists, the title
$FmtPV['$DescriptionT'] = '@$page["description"] ?   
$page["description"] : PageVar($pn, "\$Title")';
$LinkPageExistsFmt = "<a class='wikilink' title=\"{\$DescriptionT}\"  
href='\$LinkUrl'>\$LinkText</a>";


  ~Hans


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

Reply via email to