@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * dfs_med_slideshow.features.field_instance.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * dfs_med_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 | - * Functional code for DFS MED Menu module. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Functional code for DFS MED Menu module. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_entity_insert(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * dfs_med_menu.features.menu_links.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * dfs_med_menu.features.menu_links.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_menu_default_menu_links(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * dfs_med_menu.features.menu_custom.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * dfs_med_menu.features.menu_custom.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_menu_default_menu_custom(). |
@@ -89,7 +89,7 @@ |
||
89 | 89 | $import_path = drupal_get_path('module', 'dfs_med') . '/import/'; |
90 | 90 | $this->source = new MigrateSourceCSV($import_path . 'dfs_med.nodes.episode.csv', $this->csvcolumns(), array('header_rows' => 1)); |
91 | 91 | $this->addFieldMapping('value', 'video'); |
92 | - } |
|
92 | + } |
|
93 | 93 | |
94 | 94 | function csvcolumns() { |
95 | 95 | $columns[10] = array('video', 'Video'); |
@@ -30,7 +30,7 @@ |
||
30 | 30 | if ($form_id == 'search_block_form') { |
31 | 31 | $form['search_block_form']['#title'] = t('Search'); // Change the text on the label element |
32 | 32 | $form['search_block_form']['#title_display'] = 'invisible'; // Toggle label visibilty |
33 | - $form['search_block_form']['#size'] = 40; // define size of the textfield |
|
33 | + $form['search_block_form']['#size'] = 40; // define size of the textfield |
|
34 | 34 | $form['search_block_form']['#default_value'] = t('Search'); // Set a default value for the textfield |
35 | 35 | $form['actions']['submit']['#value'] = t('GO!'); // Change the text on the submit button |
36 | 36 | $form['actions']['submit'] = array('#type' => 'image_button', '#src' => base_path() . path_to_theme() . '/images/search-button.png'); |
@@ -12,7 +12,7 @@ |
||
12 | 12 | <?php endif; ?> |
13 | 13 | <ul class="small-block-grid-2 medium-block-grid-4 large-block-grid-4"> |
14 | 14 | <?php foreach ($rows as $id => $row): ?> |
15 | - <li<?php if ($classes_array[$id]) { print ' class="' . $classes_array[$id] .'"'; } ?>> |
|
15 | + <li<?php if ($classes_array[$id]) { print ' class="' . $classes_array[$id] . '"'; } ?>> |
|
16 | 16 | <?php print $row; ?> |
17 | 17 | </li> |
18 | 18 | <?php endforeach; ?> |
19 | 19 | \ No newline at end of file |
@@ -1,1 +1,1 @@ |
||
1 | -<span id="views_slideshow_controls_text_previous_<?php print $variables['vss_id']; ?>" class="<?php print $classes;?> slide-nav-wrap"><a href="#"><img src="<?php print base_path() . path_to_theme(); ?>/images/hero-carousel-prev.svg"></a></span> |
|
1 | +<span id="views_slideshow_controls_text_previous_<?php print $variables['vss_id']; ?>" class="<?php print $classes; ?> slide-nav-wrap"><a href="#"><img src="<?php print base_path() . path_to_theme(); ?>/images/hero-carousel-prev.svg"></a></span> |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Implements hook_form_FORM_ID_alter(). |
|
4 | - * |
|
5 | - * @param $form |
|
6 | - * The form. |
|
7 | - * @param $form_state |
|
8 | - * The form state. |
|
9 | - */ |
|
3 | + * Implements hook_form_FORM_ID_alter(). |
|
4 | + * |
|
5 | + * @param $form |
|
6 | + * The form. |
|
7 | + * @param $form_state |
|
8 | + * The form state. |
|
9 | + */ |
|
10 | 10 | function med_form_system_theme_settings_alter(&$form, &$form_state) {} |