You are here

function homebox_homebox_block_keys in Homebox 7.2

Same name and namespace in other branches
  1. 6.3 homebox.module \homebox_homebox_block_keys()
  2. 6.2 homebox.module \homebox_homebox_block_keys()
  3. 7.3 homebox.module \homebox_homebox_block_keys()

File

./homebox.module, line 791
Homebox main file, takes care of global functions settings constants, etc.

Code

function homebox_homebox_block_keys() {
  return array(
    'title_custom',
    'content',
  );
}