You are here

panels_bootstrap_layouts.module in Panels Bootstrap Layouts 7

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" && $plugin == 'layouts') {
    return 'plugins/layouts';
  }
}