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:
parent
c584a088fb
commit
a21b35e850
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ function geo_citation_pseudo_field($entity) {
|
||||||
$subtitle = $entity->field_subtitle->value;
|
$subtitle = $entity->field_subtitle->value;
|
||||||
$url = $entity->toUrl()->setAbsolute()->toString();
|
$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:");
|
$tooltip = t("When citing this article, please use the following format:");
|
||||||
$markup .= '<h4 class="title is-4"><abbr title="' . $tooltip . '">' . t("Citations") . '</abbr></h4>';
|
$markup .= '<h4 class="title is-4"><abbr title="' . $tooltip . '">' . t("Citations") . '</abbr></h4>';
|
||||||
|
|
Loading…
Add table
Reference in a new issue