>> Is it possible to define custom InterMap >> (http://www.pmwiki.org/wiki/PmWiki/CustomInterMap) in PHP ? >> I found $IMapLinkFmt and $InterMapFiles, but I am looking for something like >> $InterMap['PmWikiHome'] = 'http://pmwiki.org/wiki/';
> Try this: > $IMap['PmWikiHome'] = 'http://pmwiki.org/wiki/$1'; > I haven't tried it, but it looks promising... Unfortunately, it does not seem to work (pmwiki-2.2.0) ;-( Thank you for the reply. Any other clue ? Christophe _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
