[pmwiki-users] defining intermap in PHP

Peter Bowers pbowers at pobox.com
Wed Feb 25 02:42:19 CST 2009


On Wed, Feb 25, 2009 at 8:11 AM, Christophe David <
pmwiki at christophedavid.org> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20090225/e3eb1c29/attachment.html 


More information about the pmwiki-users mailing list