You are here

function userloginbar_access in UserLoginBar 8

1 string reference to 'userloginbar_access'
userloginbar_menu in ./userloginbar.module
Implementation of hook_menu().

File

./userloginbar.module, line 26

Code

function userloginbar_access() {
  return TRUE;
}