You are here

function document_theme in Document 6

Same name and namespace in other branches
  1. 7 document.module \document_theme()
  2. 8.x document.module \document_theme()

Implementation of hook_theme().

File

./document.module, line 410

Code

function document_theme() {
  return array(
    'document_info' => array(
      'arguments' => array(
        'node',
      ),
    ),
  );
}