function export_doc_theme in Export document 7
Implements hook_theme().
File
- ./
export_doc.module, line 14 - The main file of export_doc.
Code
function export_doc_theme($existing, $type, $theme, $path) {
return array(
'export_doc' => array(
'template' => 'templates/export-doc',
),
);
}