Add generic term for one part of a column, to use in styling

'The term ‘drum’ is used to describe the individual circular sections places, one on top of another, to construct the shaft of the column.'
This commit is contained in:
benjamin melançon 2019-09-29 12:21:30 -04:00
parent c584a088fb
commit a21b35e850

View file

@ -82,7 +82,7 @@ function geo_citation_pseudo_field($entity) {
$subtitle = $entity->field_subtitle->value;
$url = $entity->toUrl()->setAbsolute()->toString();
$markup .= '<div class="geo-citation">';
$markup .= '<div class="drum geo-citation">';
$tooltip = t("When citing this article, please use the following format:");
$markup .= '<h4 class="title is-4"><abbr title="' . $tooltip . '">' . t("Citations") . '</abbr></h4>';