You are here

function comment_og_theme in Comment OG 6

Implementation of hook_theme().

File

./comment_og.module, line 56

Code

function comment_og_theme() {
  return array(
    'comment_og_edit_msg' => array(
      'arguments' => array(
        'message' => NULL,
      ),
    ),
  );
}