On Wed, Feb 25, 2009 at 8:11 AM, Christophe David <
[email protected]> wrote:

> 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...

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

Reply via email to