function document_theme in Document 7
Same name and namespace in other branches
- 6 document.module \document_theme()
- 8.x document.module \document_theme()
Implementation of hook_theme().
File
- ./
document.module, line 479
Code
function document_theme($existing, $type, $theme, $path) {
return array(
'document_info' => array(
'arguments' => array(
'node' => NULL,
),
),
);
}