function author_pane_theme in Author Pane 8.3
Same name and namespace in other branches
- 6.2 author_pane.module \author_pane_theme()
- 6 author_pane.module \author_pane_theme()
- 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;
}