You are here

function splashify_theme in Splashify 8.2

Implements hook_theme().

File

./splashify.module, line 23

Code

function splashify_theme($existing, $type, $theme, $path) {
  return [
    'splashify' => [
      'variables' => [
        'splashify_content' => NULL,
      ],
    ],
  ];
}