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


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to