function fb_fbml_page in Drupal for Facebook 5
Same name and namespace in other branches
- 5.2 themes/fb_fbml/template.php \fb_fbml_page()
File
- themes/
fb_fbml/ template.php, line 4
Code
function fb_fbml_page($content, $show_blocks = TRUE) {
$output = phptemplate_page($content, $show_blocks);
if (function_exists('fb_canvas_process')) {
$output = fb_canvas_process($output);
}
return $output;
}