diff --git a/themes/fid_adlr/templates/RecordDriver/DefaultRecord/list-entry.phtml b/themes/fid_adlr/templates/RecordDriver/DefaultRecord/list-entry.phtml index b441fef3bab1220c9ade90c24626fa776ba74ba8..c0bcb121fdd751c12b4b68c8f64b5eb72080c7dd 100644 --- a/themes/fid_adlr/templates/RecordDriver/DefaultRecord/list-entry.phtml +++ b/themes/fid_adlr/templates/RecordDriver/DefaultRecord/list-entry.phtml @@ -30,7 +30,7 @@ if ($cover): <?php elseif ($this->record($this->driver)->showStyleBasedIcons()): ?> <?php ob_start(); ?> <div class="media-<?=$thumbnailAlignment?> record-icon"> - <?=$this->record($this->driver)->getRecordIcon()?> + <?=$this->record($this->driver)->getRecordIcon('record-icon', false)?> </div> <?php $thumbnail = ob_get_contents(); ?> <?php ob_end_clean(); ?>