";
$line=1;
$database->setQuery( "SELECT id as acid, title as actitle, name as acname, date as acdate, comment as accomment FROM #__akocomment WHERE contentid='$row->id' AND published='1' ORDER BY id $ac_sorting" );
$acrows = $database->loadObjectList();
@@ -75,13 +75,20 @@
for ($i=0, $n=count( $acrows ); $i < $n; $i++) {
$acrow = &$acrows[$i];
$linecolor = ($line % 2) + 1;
- $akocomments .= "