You are here

function simple_timeline_theme in A Simple Timeline 7

Implements hook_theme().

File

./simple_timeline.module, line 19
simple_timeline.module Created by JetBrains PhpStorm. User: alan

Code

function simple_timeline_theme() {
  return array(
    'simple_timeline_fields' => array(
      'arguments' => array(
        'plugin' => NULL,
        'input' => NULL,
      ),
      'path' => drupal_get_path('module', 'simple_timeline'),
      'template' => 'simple-timeline-fields',
    ),
  );
}