From 9c023b324fde536f3eb854d85f24f3252d71920d Mon Sep 17 00:00:00 2001 From: Dorian Merz <merz@ub.uni-leipzig.de> Date: Thu, 18 Mar 2021 14:15:14 +0100 Subject: [PATCH] refs #18996 [fid_bbi] adapt icon call to refactoring from #19346 --- themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml index 98e89b6f070..125535bbbd7 100644 --- a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml +++ b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml @@ -108,7 +108,7 @@ href="<?=$this->recordLink()->getActionUrl($this->driver, 'fidDigitization')?>" rel="nofollow" > - <?=$this->icon('small/scan-book')?> + <?=$this->icon('scan-book')?> <?=$this->transEsc('Digitization-On-Demand Service')?> </a> </li> -- GitLab