You are here

function author_pane_theme in Author Pane 8.3

Same name and namespace in other branches
  1. 6.2 author_pane.module \author_pane_theme()
  2. 6 author_pane.module \author_pane_theme()
  3. 7.2 author_pane.module \author_pane_theme()

Implements hook_theme().

File

./author_pane.module, line 30
Contains author_pane.module.

Code

function author_pane_theme() {
  $theme = [];
  return $theme;
}