You are here

function extlink_extra_theme in External Links Extra 8

Same name and namespace in other branches
  1. 7 extlink_extra.module \extlink_extra_theme()

Implementation of hook_theme()

File

./extlink_extra.module, line 91

Code

function extlink_extra_theme() {
  return [
    'extlink_extra_leaving' => [
      'variables' => [],
      'template' => 'extlink-extra-leaving',
    ],
  ];
}