Guest User

Untitled

a guest
May 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function plugin_Adresses_get_headings($item,$withtemplate)
  2. {
  3. global $LANG;
  4. $type = get_class($item);
  5. if ($type == 'User')
  6. {
  7. return array(1 => "Adresse");
  8.  
  9. }
  10. return false;
  11. }
Add Comment
Please, Sign In to add comment