function dialog_theme in Dialog 6
Implementation of hook_theme().
File
- ./
dialog.module, line 6  
Code
function dialog_theme() {
  return array(
    'dialog_content' => array(
      'arguments' => array(
        'content' => NULL,
      ),
      'template' => 'dialog-content',
    ),
  );
}