[Pmwiki-users] Request for a callback once stdconfig.php has been included

Patrick R. Michaud pmichaud
Fri Feb 13 12:04:26 CST 2004


On Fri, Feb 13, 2004 at 02:44:46PM +0100, Christian Ridderstr?m wrote:
> Hi
> 
> In the beta version, if $PageHeaderFmt is set to a default value in 
> stdlayout.php, which is included *after* local.php is executed. 
> Furthermore, it is only set if it didn't exist before stdlayout.php is 
> included.

Also, if you're just wanting to get the variables from stdlayout.php
included, you can always do

   include_once("scripts/stdlayout.php");

and then make any modifications you wish to the values set by the
stdlayout script.

Pm



More information about the pmwiki-users mailing list