web commit by JoshTriplett: Escape code with ``

master
joey 2007-05-30 07:24:31 +00:00
parent 4a45368f8a
commit 94a80b1489
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@ Joey provided a nice suggestion for implementing this feature, ("I
would probably add a hook that allowed overriding the default template
constuction and returning a template object"). I did start looking
into that, but finally I wimped out and just put the following hack
into the genpage() function in Render.pm:
into the `genpage()` function in Render.pm:
if ($page eq 'index') {
$template->param(suppresstitle => 1);
}
That lets me use a <TMPL_UNLESS SUPPRESSTITLE> in my template to get
That lets me use a `<TMPL_UNLESS SUPPRESSTITLE>` in my template to get
the effect I want. I don't think that's anything that upstream should
pick-up as is, (maybe with an appropriate configuration option, but
then again allowing for per-page template selection would be more