Need to add a pdf icon after the link #1

Closed
opened 2021-08-10 14:43:48 +02:00 by chris · 1 comment
Owner

Hola @jorge Veo que se importa un iconfonts.css en las páginas. ¿como se usa? Quiero añadir un pequeño icon PDF a los blocks tipo PDFLink.

<div class="arc-hive-pdf">
	<div class="pdf-summary"><?= $description_text ?></div>
	<a href="<?= $pdf_url ?>"><?= $link_name ?></a> [PDF icon]
</div>
Hola @jorge Veo que se importa un iconfonts.css en las páginas. ¿como se usa? Quiero añadir un pequeño icon PDF a los blocks tipo PDFLink. ``` <div class="arc-hive-pdf"> <div class="pdf-summary"><?= $description_text ?></div> <a href="<?= $pdf_url ?>"><?= $link_name ?></a> [PDF icon] </div> ```
jorge self-assigned this 2021-08-31 13:26:36 +02:00
Owner
double issue https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme/issues/34 solved with branch https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme/src/branch/fix/pdf-icon-issue-34
jorge closed this issue 2021-11-30 12:11:54 +01:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: arcHIVE-tech/PDFLink-omeka-module#1
No description provided.