Update SearchResultsPagerBlock.php
This commit is contained in:
parent
db1501d0ed
commit
083add1792
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ class SearchResultsPagerBlock extends BlockBase implements ContainerFactoryPlugi
|
||||||
'query' => array_merge($query_parameters, ['display' => $display]),
|
'query' => array_merge($query_parameters, ['display' => $display]),
|
||||||
'absolute' => TRUE,
|
'absolute' => TRUE,
|
||||||
]);
|
]);
|
||||||
$text = "<i class='fa {$options['icon']}' aria-hidden='true'> </i>{$options['title']}";
|
$text = "<i class='fa {$options['icon']}' aria-hidden='true'> </i><span class='display-mode'>{$options['title']}</span>";
|
||||||
$active = $active_display == $display;
|
$active = $active_display == $display;
|
||||||
$items[] = [
|
$items[] = [
|
||||||
'#type' => 'link',
|
'#type' => 'link',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue