You are here

function opigno_forum_theme in Opigno forum 3.x

Implements hook_theme().

File

./opigno_forum.module, line 252
Contains opigno_forum.module.

Code

function opigno_forum_theme() {
  return [
    'opigno_forum_last_topics_block' => [
      'render element' => 'elements',
    ],
    'opigno_forum_last_topics_item' => [
      'variables' => [
        'topic' => NULL,
        'link' => NULL,
        'name' => NULL,
        'new_posts' => NULL,
      ],
    ],
  ];
}