You are here

function smart_title_theme in Smart Title 8

Implements hook_theme().

File

./smart_title.module, line 39
Contains hooks and private functions of smart_title.module.

Code

function smart_title_theme() {
  return [
    'smart_title' => [
      'render element' => 'element',
    ],
  ];
}