function pmticket_theme in Drupal PM (Project Management) 7
Implements hook_theme().
File
- pmticket/
pmticket.module, line 108 - 1: Hooks 2: Access functions
Code
function pmticket_theme() {
return array(
'pmticket_view' => array(
'file' => 'pmticket.theme.inc',
'variables' => array(
'node',
'view_mode',
),
),
);
}