- Code:I'm using Comments 4 lite for my review.Quote:
I want to put <%comments%> tag in the detalil.html page so the reviews are generated in the detail page. I declaired in my site_html_template.pl file :
Quote:
sub site_html_detailed {
# --------------------------------------------------------
# This routine will build a single page per link. It's only
# really useful if you have a long review for each link --
# or more information then can be displayed in a summary.
#
my %rec = @_;
return &load_template ('detailed.html', {
total => $total,
grand_total => $grand_total,
title_linked => $title_linked,
comments => $comments,
%rec,
%globals
} );
but the comments do now show on the detail page. I'm not sure what to do to get this to work, so if someone has the solution, please post it.
Thanks
Dec 30, 2002, 9:11 AM
Novice (42 posts)
Dec 30, 2002, 9:11 AM
Post #1 of 1
Views: 321


(Comments 4 Lite) <%comments%> in the detail.html page?