radix_layouts.module in Radix Layouts 7
Same filename and directory in other branches
Responsive panels layouts set to work with Panopoly and the Radix theme
File
radix_layouts.moduleView 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
Name![]() |
Description |
---|---|
radix_layouts_ctools_plugin_directory | Implementation of hook_ctools_plugin_directory() |