You are here

function fb_fbml_preprocess_node in Drupal for Facebook 6.2

File

themes/fb_fbml/template.php, line 112
Logic needed for FBML theme.

Code

function fb_fbml_preprocess_node(&$vars) {

  // Add node_bottom region content
  $vars['node_bottom'] = theme('blocks', 'node_bottom');
}