Check the directories (/modules/MODNAME/) for those 2 modules and see if xoops_version.php is in there.
if ( $adminview ) {
$ip_image = ".XOOPS_URL."/images/icons/ip.gif' alt='".$this->getVar("ip")."' />";
} else {
$ip_image = ".XOOPS_URL."/images/icons/ip.gif' alt='' />";
}
if ( $adminview || ($xoopsUser && $this->getVar("user_id") == $xoopsUser->getVar("uid")) ) {
$edit_image = ".$this->getVar("comment_id")."&mode=".$mode."&order=".intval($order)."'>.XOOPS_URL."/images/icons/edit.gif' alt='"._EDIT."' />";
}