You are here

function pmnote_theme in Drupal PM (Project Management) 7

Implements hook_theme().

File

pmnote/pmnote.module, line 95
Functions for the PM Note module.

Code

function pmnote_theme() {
  return array(
    'pmnote_view' => array(
      'file' => 'pmnote.theme.inc',
      'variables' => array(
        'node',
        'view_mode',
      ),
    ),
  );
}