You are here

function _fb_app_num_blocks in Drupal for Facebook 5

1 call to _fb_app_num_blocks()
fb_app_block in ./fb_app.module

File

./fb_app.module, line 330
Defines a custom node type that stores a facebook application configuration.

Code

function _fb_app_num_blocks() {
  return variable_get('fb_app_num_blocks', 1);
}