function oa_export_theme in Open Atrium Export 7.2
Implements hook_theme().
File
- ./
oa_export.module, line 87
Code
function oa_export_theme($existing, $type, $theme, $path) {
return array(
'blueprint_download_page' => array(
'render element' => 'content',
'template' => 'blueprint-download-page',
'path' => drupal_get_path('module', 'oa_export') . '/theme',
),
);
}