updated admin

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2013-03-29 18:36:50 +01:00
parent 09ac2a24ac
commit 443e4fc138
5 changed files with 729 additions and 134 deletions
@@ -4,6 +4,16 @@
* materio_administration.features.inc
*/
/**
* Implements hook_ctools_plugin_api().
*/
function materio_administration_ctools_plugin_api() {
list($module, $api) = func_get_args();
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
}
}
/**
* Implements hook_views_api().
*/