function ajax_comments_theme in AJAX Comments 7
Implements hook_theme().
File
- ./
ajax_comments.module, line 786 - AJAX comments module file.
Code
function ajax_comments_theme($existing, $type, $theme, $path) {
return array(
'ajax_comments_notify_text' => array(
'variables' => array(
'type' => NULL,
'comment' => NULL,
),
),
);
}