Wasn't displaying the title.

This commit is contained in:
JT Smith 2002-11-02 17:21:48 +00:00
parent b507cd81dc
commit 9406e3684f

View file

@ -654,7 +654,7 @@ sub www_view {
}
$sth->finish;
$var{relatedproduct_loop} = \@relatedloop;
return $_[0]->processMacros($_[0]->processTemplate($_[0]->get("templateId"),\%var));
return $_[0]->processMacros($output.$_[0]->processTemplate($_[0]->get("templateId"),\%var));
}