constant FB_TAB_OP_VIEW in Drupal for Facebook 7.3
Same name and namespace in other branches
- 6.3 fb_tab.module \FB_TAB_OP_VIEW
1 use of FB_TAB_OP_VIEW
- fb_tab_view in ./
fb_tab.module - Another module provides the contents of the tab depending on the context that we give it (who is calling it, etc.)
File
- ./
fb_tab.module, line 15 - This module provides support for "Profile Tabs" that can be added to facebook pages (no longer allowed for user profiles).
Code
define('FB_TAB_OP_VIEW', 'fb_tab_view');