You are here

function opigno_ilt_theme in Opigno Instructor-led Trainings 3.x

Implements hook_theme().

File

./opigno_ilt.module, line 447
Contains opigno_ilt.module.

Code

function opigno_ilt_theme() {
  return [
    'ilt_start_soon' => [
      'variables' => [
        'title' => NULL,
        'date' => NULL,
      ],
    ],
  ];
}