@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_video_slideshow.views_default.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_video_slideshow.views_default.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_views_default_views(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * Code for the DF Video Slideshow feature. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Code for the DF Video Slideshow feature. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | include_once 'df_tools_video_slideshow.features.inc'; |
8 | 8 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_video_slideshow.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_video_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_video_slideshow.features.field_base.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_video_slideshow.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_video_slideshow.features.field_instance.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_video_slideshow.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 | - * Code for the df_tools_image module. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Code for the df_tools_image module. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_menu(). |
@@ -84,7 +84,7 @@ |
||
84 | 84 | |
85 | 85 | // Query the database for files that match this pattern. |
86 | 86 | $query = db_select('file_managed', 'f') |
87 | - ->condition('filemime', $mimetypes , 'IN') |
|
87 | + ->condition('filemime', $mimetypes, 'IN') |
|
88 | 88 | ->condition('uri', $regex, 'REGEXP'); |
89 | 89 | $total_count = $query->countQuery()->execute()->fetchField(); |
90 | 90 |
@@ -55,8 +55,7 @@ |
||
55 | 55 | |
56 | 56 | drupal_set_message(t('Successfully exported Panelizer display for Node @nid to @panels_file', ['@nid' => $node->id(), '@panels_file' => $panels_file])); |
57 | 57 | return TRUE; |
58 | - } |
|
59 | - else { |
|
58 | + } else { |
|
60 | 59 | drupal_set_message(t('The given Node is not Panelized.'), 'error'); |
61 | 60 | return FALSE; |
62 | 61 | } |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_hero_block.features.field_base.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_hero_block.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 | - * Code for the DF Tools Hero block feature. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Code for the DF Tools Hero block feature. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | include_once 'df_tools_hero_block.features.inc'; |
8 | 8 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_hero_block.field_group.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_hero_block.field_group.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_group_info(). |