You are here

radix_layouts.module in Radix Layouts 7

Responsive panels layouts set to work with Panopoly and the Radix theme

File

radix_layouts.module
View source
<?php

/**
 * @file
 * Responsive panels layouts set to work with Panopoly and the Radix theme
 */

/**
 * Implementation of hook_ctools_plugin_directory()
 */
function radix_layouts_ctools_plugin_directory($module, $plugin) {
  return 'plugins/' . $plugin;
}

Functions