@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_moderation.rules_defaults.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_moderation.rules_defaults.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_default_rules_configuration(). |
@@ -63,8 +63,7 @@ |
||
63 | 63 | 'title' => render($form['actions'][$key]), |
64 | 64 | 'html' => TRUE |
65 | 65 | ); |
66 | - } |
|
67 | - else { |
|
66 | + } else { |
|
68 | 67 | $button_1[$key] = array( |
69 | 68 | 'title' => render($form['actions'][$key]), |
70 | 69 | 'html' => TRUE |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * Code for the df_tools_ctools module. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Code for the df_tools_ctools module. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_form_FORM_ID_alter(). |
@@ -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 | - * dfs_wem.features.field_instance.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * dfs_wem.features.field_instance.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_default_field_instances(). |
@@ -66,7 +66,7 @@ |
||
66 | 66 | $import_path = drupal_get_path('module', 'dfs_wem') . '/import/'; |
67 | 67 | $this->source = new MigrateSourceCSV($import_path . 'dfs_wem.nodes.wem_news.csv', $this->csvcolumns(), array('header_rows' => 1)); |
68 | 68 | $this->addFieldMapping('value', 'video'); |
69 | - } |
|
69 | + } |
|
70 | 70 | |
71 | 71 | function csvcolumns() { |
72 | 72 | $columns[3] = array('video', 'Video'); |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * Code for the DFS WEM Users feature. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Code for the DFS WEM Users feature. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | include_once 'dfs_wem_users.features.inc'; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * dfs_wem_users.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * dfs_wem_users.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 | - * dfs_wem_users.panelizer.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * dfs_wem_users.panelizer.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_panelizer_defaults(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * dfs_wem_users.strongarm.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * dfs_wem_users.strongarm.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_strongarm(). |