You are here

panels_bootstrap_layouts.module in Panels Bootstrap Layouts 7.3

Same filename and directory in other branches
  1. 7 panels_bootstrap_layouts.module
  2. 7.2 panels_bootstrap_layouts.module

File

panels_bootstrap_layouts.module
View source
<?php

/**
 * Implements hook_ctools_plugin_directory()
 */
function panels_bootstrap_layouts_ctools_plugin_directory($module, $plugin) {
  if ($module == "panels" && in_array($plugin, array(
    'layouts',
    'styles',
  ))) {
    return "plugins/{$plugin}";
  }
}