@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_commerce.features.user_role.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_commerce.features.user_role.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_user_default_roles(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_commerce.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_commerce.features.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_commerce_product_default_types(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_engage.pages_default.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_engage.pages_default.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_default_page_manager_handlers(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_engage.field_group.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_engage.field_group.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_group_info(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_engage.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_engage.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 Connect feature. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Code for the DF Connect feature. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | include_once 'df_tools_sharethis.features.inc'; |
8 | 8 |
@@ -32,8 +32,7 @@ |
||
32 | 32 | // Create a MigrateSource object. |
33 | 33 | if (isset($arguments['path'])) { |
34 | 34 | $import_path = $arguments['path']; |
35 | - } |
|
36 | - else { |
|
35 | + } else { |
|
37 | 36 | $import_path = drupal_get_path('module', 'df_tools_commerce_product') . '/import/df_tools_commerce.fpp.commerce_product.csv'; |
38 | 37 | } |
39 | 38 | $this->source = new MigrateSourceCSV($import_path, array(), array('header_rows' => 1)); |
@@ -32,8 +32,7 @@ |
||
32 | 32 | // Create a MigrateSource object. |
33 | 33 | if (isset($arguments['path'])) { |
34 | 34 | $import_path = $arguments['path']; |
35 | - } |
|
36 | - else { |
|
35 | + } else { |
|
37 | 36 | $import_path = drupal_get_path('module', 'df_tools_commerce_product') . '/import/df_tools_commerce.fpp.commerce_product.csv'; |
38 | 37 | } |
39 | 38 | $this->source = new MigrateSourceCSV($import_path, array(), array('header_rows' => 1)); |
@@ -37,8 +37,7 @@ |
||
37 | 37 | </div> |
38 | 38 | </div> |
39 | 39 | '; |
40 | - } |
|
41 | - else { |
|
40 | + } else { |
|
42 | 41 | $block['content'] = ' |
43 | 42 | <div class="user-header-block"> |
44 | 43 | <div class="uh-container"> |