Skip to content
Snippets Groups Projects
Commit ffdca30d authored by Gregor Gawol's avatar Gregor Gawol
Browse files

refs #20329 [fid_adlr] remove label text under list-entry icon

* favorites list
parent 72ac46c1
No related merge requests found
......@@ -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(); ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment