[Pmwiki-users] template problem

Patrick R. Michaud pmichaud
Tue Mar 30 14:38:19 CST 2004


On Tue, Mar 30, 2004 at 10:35:42PM +0200, Thomas N. Burg wrote:
> Hi,
> 
> I'm still struggeling with using different templates/css. I downloaded 
> a template/css from the cookbook page, placed it in the pub/skins 
> folder (creating pub/skins/arndis).
> Then changed a line in the config.php to the following
> >>$PageTemplateFmt = "pub/skins/arndis/grey.tmpl"<<
> and got this error message
> >>Parse error: parse error in 
> /home/www/thob/wiki.randgaenge.net/local/config.php on line 11

Looks to me as though you're missing the semicolon after the assignment.
It should read:

   $PageTemplateFmt = "pub/skins/arndis/grey.tmpl";  

(note the semicolon at the end).

Pm



More information about the pmwiki-users mailing list