You are here

function fb_canvas_page_type in Drupal for Facebook 5

Same name and namespace in other branches
  1. 5.2 fb_canvas.module \fb_canvas_page_type()

Returns the 'type' of the page. This helps themes determine whether they are to provide an iframe or an iframe within FBML.

File

./fb_canvas.module, line 306
This module provides some app-specific navigation to facebook apps. This is fairly experimental material. May change a lot in near future.

Code

function fb_canvas_page_type() {
  return fb_settings(FB_SETTINGS_PAGE_TYPE);
}