function pmteam_theme in Drupal PM (Project Management) 7
Implements hook_theme().
File
- pmteam/
pmteam.module, line 68 - Functionality for the Project Management Team module Organized into the following sections:
Code
function pmteam_theme() {
return array(
'pmteam_view' => array(
'file' => 'pmteam.theme.inc',
'variables' => array(
'node',
'view_mode',
),
),
);
}