[pmwiki-users] DefaultPage variable cannot be set?

Hans design5 at softflow.co.uk
Wed Nov 28 11:24:32 CST 2007


Wednesday, November 28, 2007, 4:36:01 PM, Iannis Zannos wrote:


> So why are the Skin and DefaultPage variables not set?

I think they are set, but they are not defined as page variables.
Meaning you cannot use {$Skin} fro instance, unless you define it
first in config.php. try:

$FmtPV['$Skin'] = '$GLOBALS["Skin"]';

$FmtPV['$DefaultPage'] = '$GLOBALS["DefaultPage"]';

$DefaultGroup  and $DefaultName are defined by default as page
variables.


  ~Hans




More information about the pmwiki-users mailing list