You are here

function views_gantt_theme in Views Gantt 7.2

Implements hook_theme().

File

./views_gantt.module, line 311
Module file for Views Gantt

Code

function views_gantt_theme() {
  return array(
    'views_gantt_page' => array(
      'render element' => 'page',
      'template' => 'views-gantt-page',
    ),
  );
}