You are here

function userloginbar_theme in UserLoginBar 8

Same name and namespace in other branches
  1. 5 userloginbar.module \userloginbar_theme()
  2. 7 userloginbar.module \userloginbar_theme()

Implementation of hook_theme().

File

./userloginbar.module, line 34

Code

function userloginbar_theme() {
  return array(
    'userloginbar' => array(
      'variables' => array(),
    ),
  );
}