Wasn't displaying the title.
This commit is contained in:
parent
b507cd81dc
commit
9406e3684f
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ sub www_view {
|
||||||
}
|
}
|
||||||
$sth->finish;
|
$sth->finish;
|
||||||
$var{relatedproduct_loop} = \@relatedloop;
|
$var{relatedproduct_loop} = \@relatedloop;
|
||||||
return $_[0]->processMacros($_[0]->processTemplate($_[0]->get("templateId"),\%var));
|
return $_[0]->processMacros($output.$_[0]->processTemplate($_[0]->get("templateId"),\%var));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue