Look for "if ((int)$this->tmpl['displaycomment'] == 1)" (around line 365). Inside this if block there's a "echo $pane->startPanel" and an "echo $pane->endPanel". Remove all the statements between these two echo's and replace them with:
Code: Select all
include_once(JPATH_SITE.DS. "/plugins/content/jom_comment_bot.php");
echo jomcomment($this->category->id, "com_phocagallery");


