function _fbconnect_is_excluded_page in Facebook Connect 6.2
Same name and namespace in other branches
- 8.2 fbconnect.module \_fbconnect_is_excluded_page()
- 7.2 fbconnect.module \_fbconnect_is_excluded_page()
@todo.
1 call to _fbconnect_is_excluded_page()
- fbconnect_footer in ./
fbconnect.module - Implements hook_footer().
File
- ./
fbconnect.module, line 874 - Integration with Facebook Connect API.
Code
function _fbconnect_is_excluded_page($path) {
return drupal_match_path($path, variable_get('fbconnect_exclude_patterns', ''));
}