@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_translate.features.user_permission.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_translate.features.user_permission.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_defaultconfig_user_default_permissions(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_article.features.field_instance.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_article.features.field_instance.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_default_field_instances(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_article.features.field_base.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_article.features.field_base.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_default_field_bases(). |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_article.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_article.features.inc |
|
5 | + */ |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_analytics_dashboard.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_analytics_dashboard.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 | - * Module file for DF Tools Styles. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Module file for DF Tools Styles. |
|
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 Hero feature. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Code for the DF Tools Hero feature. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | include_once 'df_tools_hero.features.inc'; |
8 | 8 |
@@ -51,8 +51,7 @@ |
||
51 | 51 | $vars['content'][$field_name][0]['file']['#muted'] = TRUE; |
52 | 52 | $vars['content'][$field_name][0]['file']['#autoplay'] = 'auto'; |
53 | 53 | } |
54 | - } |
|
55 | - else if ($field_name != 'title') { |
|
54 | + } else if ($field_name != 'title') { |
|
56 | 55 | $container[$field_name] = $field_value; |
57 | 56 | unset($vars['content'][$field_name]); |
58 | 57 | } |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_hero.features.field_base.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_hero.features.field_base.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_default_field_bases(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_hero.features.field_instance.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_hero.features.field_instance.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_default_field_instances(). |