Skip to content

Instantly share code, notes, and snippets.

@acrosman
Created January 15, 2017 17:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acrosman/7a42a1f992ee702e54d9ecd6b59503e2 to your computer and use it in GitHub Desktop.
Save acrosman/7a42a1f992ee702e54d9ecd6b59503e2 to your computer and use it in GitHub Desktop.
<?php
/**
* Implements hook_theme().
*/
function custom_blocks_theme($existing, $type, $theme, $path) {
return [
'custom_blocks_copyright' => [
'variables' => [
'attributes' => [],
'year' => '',
],
],
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment