@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_hero_block.features.defaultconfig.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_hero_block.features.defaultconfig.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_defaultconfig_features(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_hero_block.features.user_permission.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_hero_block.features.user_permission.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_user_default_permissions(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_hero_block.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_hero_block.features.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_ctools_plugin_api(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * Code for the DF Tools Slideshow feature. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Code for the DF Tools Slideshow feature. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | include_once 'df_tools_slideshow.features.inc'; |
8 | 8 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_slideshow.fieldable_panels_pane_type.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_slideshow.fieldable_panels_pane_type.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_default_fieldable_panels_pane_type(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_slideshow.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_slideshow.features.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_ctools_plugin_api(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_slideshow.features.field_instance.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_slideshow.features.field_instance.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_default_field_instances(). |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * DF Tools Bean Block plugin. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * DF Tools Bean Block plugin. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | class DFToolsBeanBlock extends BeanPlugin { |
8 | 8 | |
9 | - /** |
|
10 | - * Declares default block settings. |
|
11 | - */ |
|
9 | + /** |
|
10 | + * Declares default block settings. |
|
11 | + */ |
|
12 | 12 | public function values() { |
13 | 13 | return array( |
14 | 14 | 'view_mode' => 'default', |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_bean.features.field_base.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_bean.features.field_base.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_default_field_bases(). |