You are here

function pminvoice_theme in Drupal PM (Project Management) 7

Implements hook_theme().

File

pminvoice/pminvoice.module, line 101
1: Hooks (help, perm, init, menu, theme, node_info) 2: Access functions 3: Load organization and project details 4: Invoice create / edit form 5: Invoice node manipulation functions 6: Admin settings 7: Views hook 8: Project Managementinvoiceitem…

Code

function pminvoice_theme() {
  return array(
    'pminvoice_view' => array(
      'file' => 'pminvoice.theme.inc',
      'variables' => array(
        'node',
        'view_mode',
      ),
    ),
  );
}