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]),
|
||||
'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;
|
||||
$items[] = [
|
||||
'#type' => 'link',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue