~woffs/wcm

91fc0e8aeea78933f007f89a4b2eb861401d2676 — Frank Doepper 12 years ago ce674fe 20110507
pprefix in $template, too
1 files changed, 1 insertions(+), 0 deletions(-)

M index.pl
M index.pl => index.pl +1 -0
@@ 186,6 186,7 @@ if ($redir) {
    s/__title__/$pagetitle/g;
    s/__content__/$content/g;
    s/__prefix__/$prefix/g;
    s/__pprefix__/$abs/g;
    print;
  }
  close T;