[Pmwiki-users] PerGroupCustomizations/Skins
Patrick R. Michaud
pmichaud
Wed Apr 14 12:17:10 CDT 2004
On Wed, Apr 14, 2004 at 01:44:51PM -0400, Andres Yver wrote:
> There's a MyGroup.php file in /local which sets $PageTemplateFmt =
> '$PubDirUrl/skins/MyGroup/MyGroup.tmpl
> [...]
> what am i missing here?
$PageTemplateFmt is supposed to provide the local filename of a template,
not its URL. So you probably mean to do:
$PageTemplateFmt = 'pub/skins/MyGroup/MyGroup.tmpl';
OTOH, you *should* be getting warnings about not being able to find the
template file, so there must be something else at work here.
Pm
More information about the pmwiki-users
mailing list