function fusion_apply_test_subtheme_other_fusion_apply_skin_info in Fusion Accelerator 7.2
Same name and namespace in other branches
- 7 fusion_apply/tests/fusion_apply_test/themes/fusion_apply_test_subtheme_other/fusion_apply_test_subtheme_other.fusion.inc \fusion_apply_test_subtheme_other_fusion_apply_skin_info()
Implements hook_fusion_apply_skin_info().
File
- fusion_apply/
tests/ fusion_apply_test/ themes/ fusion_apply_test_subtheme_other/ fusion_apply_test_subtheme_other.fusion.inc, line 6
Code
function fusion_apply_test_subtheme_other_fusion_apply_skin_info() {
$skins['fusion_apply_test_subtheme_other'] = array(
'title' => 'Other subtheme skin',
'default status' => 1,
);
return $skins;
}