|
From: barry <sla...@i1...> - 2001-11-09 06:38:19
|
in sub header :
why are the lines:
my $sectionInfo = getSection($form->{section});
slashDisplay('header',
{section=> $sectionInfo},
);
not just
slashDisplay('header',
$section,
);
The reason I ask is because I have added some section-specific stuff in the
header template. This Slash::header function is called in slashd when it
created slashhead,inc for each section. I wonder if this is a bug that was
never caught because the default template 'header;misc;default' had
no section-specific issues?
Thanks!
Barry
|