You are here

function opigno_moxtra_theme in Opigno Moxtra 3.x

Implements hook_theme().

File

./opigno_moxtra.module, line 929
Contains opigno_moxtra.module.

Code

function opigno_moxtra_theme() {
  return [
    'meeting_start_soon' => [
      'variables' => [
        'link' => NULL,
        'title' => NULL,
        'start_date' => NULL,
        'end_date' => NULL,
      ],
    ],
  ];
}