[Pmwiki-users] Re:config.php
Bob Dively
dive
Wed Mar 3 06:01:38 CST 2004
Thomas N.Burg <editor at randgaenge.net> wrote:
> The moment I remove the
> # in front of $PageTemplateFmt = "pub/skins/thob/thob.tmpl" in the
> config.php I get the error messages.
> [the paths are set in the tmpl:
> <link rel='stylesheet' href='pub/css/thoblayout.css' type='text/css'
> />
> <link rel='stylesheet' href='pub/skins/thob/thob.css' type='text/css'
> />
> ]
Try using a fully qualified url in the href attribute of the link tag:
<link rel='stylesheet' href='$PubDirUrl/pub/css/thoblayout.css'
type='text/css' />
<link rel='stylesheet' href='$PubDirUrl/pub/skins/thob/thob.css'
type='text/css' />
More information about the pmwiki-users
mailing list