tamouse mailing lists writes:
$DefaultPage is not in $FmtPV. Is this a bug? Or is this intentional?
Neither one. All PHP variables are not automatically visible in the $FmtPV
array, only those which we needed for some reason.
You can enable a page variable {$DefaultPage} by adding in config.php:
$FmtPV['$DefaultPage'] = '$GLOBALS["DefaultPage"]';
See also http://www.pmwiki.org/wiki/Cookbook/MoreCustomPageVariables if you
need to define other page variables.
Petko
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users