You are here

function _fbconnect_is_excluded_page in Facebook Connect 7.2

Same name and namespace in other branches
  1. 8.2 fbconnect.module \_fbconnect_is_excluded_page()
  2. 6.2 fbconnect.module \_fbconnect_is_excluded_page()
1 call to _fbconnect_is_excluded_page()
fbconnect_page_alter in ./fbconnect.module
Implements hook_page_alter().

File

./fbconnect.module, line 463
Facebook Connect API module.

Code

function _fbconnect_is_excluded_page($path) {
  return drupal_match_path($path, variable_get('fbconnect_exclude_patterns', ''));
}