materio-base-legacy/frequently_asked_questions/frequently_asked_questions.features.inc
bachy 09ac2a24ac added faq
Signed-off-by: bachy <git@g-u-i.net>
2013-03-29 18:36:32 +01:00

16 lines
311 B
PHP

<?php
/**
* @file
* frequently_asked_questions.features.inc
*/
/**
* Implements hook_ctools_plugin_api().
*/
function frequently_asked_questions_ctools_plugin_api() {
list($module, $api) = func_get_args();
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
}
}