'articles', // Section these comments are associated with, such as: "articles", "blog", "about_us".
'recordNum' => $articlesRecord['num'], // Record num these comments are associated with, such as: $record['num'] or 1
'themeName' => 'default', // HTML theme to display comments with, from /plugins/websiteComments/themes
'pageName' => $articlesRecord['title'], // Page name displayed in comment notification emails, such as: $record['title'] or "Custom Text"
'pageUrl' => $thisPageUrl, // Page URL displayed in comment notification emails, such as realurl($record['_link'])
));
?>