[pmwiki-users] Set a PageTextVariable from config.php

H. Fox haganfox at users.sourceforge.net
Fri Jul 6 18:31:56 CDT 2007


On 7/6/07, Christophe David <pmwiki at christophedavid.org> wrote:
> I would like to set 'Country' in config.php.
[...]
> $PCache['Group.Page']["=p_Country"] = 'Transylvania';
>
> should work, but it does not.

Try

   $FmtPV['$Country'] = "'Transylvania'";

which will cause {$Country} in wikitext to display as Transylvania.

Hagan



More information about the pmwiki-users mailing list