Issue #1557926 by ditcheva, pdcarto: Added CSS class to read-more link on trimmed text field.
parent
2a8a18d639
commit
517784a79d
|
|
@ -1231,7 +1231,7 @@ If you would like to have the characters \'[\' and \']\' please use the html ent
|
|||
$more_link_path = drupal_substr($more_link_path, drupal_strlen($base_path));
|
||||
}
|
||||
|
||||
$more_link = l($more_link_text, $more_link_path);
|
||||
$more_link = l($more_link_text, $more_link_path, array('attributes' => array('class' => array('views-more-link'))));
|
||||
|
||||
$suffix .= " " . $more_link;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue