You are here

function userloginbar_theme in UserLoginBar 7

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

Implementation of hook_theme().

File

./userloginbar.module, line 51

Code

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