function breakpoints_ctools_plugin_directory in Breakpoints 7
Implements hook_ctools_plugin_directory().
File
- ./
breakpoints.module, line 29 - Breakpoints @todo: provide button to reload breakpoints from theme
Code
function breakpoints_ctools_plugin_directory($module, $plugin) {
if ($module == 'ctools' && $plugin == 'export_ui') {
return 'plugins/' . $plugin;
}
}