function document_theme in Document 6
Same name and namespace in other branches
- 7 document.module \document_theme()
- 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',
),
),
);
}