@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | $block['content'] = ' |
25 | 25 | <div class="user-header-block"> |
26 | 26 | <div class="uh-container"> |
27 | - <a data-dropdown="drop1" class="user-name med-user parent">' . $user->name . '</a> |
|
27 | + <a data-dropdown="drop1" class="user-name med-user parent">' . $user->name . '</a> |
|
28 | 28 | <ul id="drop1" class="f-dropdown" data-dropdown-content> |
29 | 29 | <li class="dropdown"><a href="/user">My Profile</a> |
30 | 30 | </li> |
@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | </ul> |
34 | 34 | </div> |
35 | 35 | <div class="uh-container"> |
36 | - | <a class="shows" href="/user/' . $user->uid . '/my-shows">My Shows</a> |
|
36 | + | <a class="shows" href="/user/' . $user->uid . '/my-shows">My Shows</a> |
|
37 | 37 | </div> |
38 | 38 | </div> |
39 | 39 | '; |
@@ -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> |