You are here

function fb_likebox_patterns_directory in Facebook Page Plugin 7

Same name and namespace in other branches
  1. 7.2 fb_likebox_patterns/fb_likebox_patterns.module \fb_likebox_patterns_directory()

Implements hook_patterns_directory().

File

fb_likebox_patterns/fb_likebox_patterns.module, line 54
Submodule to enable compatibility of Facebook Likebox with patterns module. The current version makes use of the system pattern component, therefore it does not really call drupal_form_submit() for the block_admin_configure $form_id, and the values…

Code

function fb_likebox_patterns_directory() {
  return drupal_get_path('module', 'fb_likebox_patterns') . '/patterns/';
}