Skip to content
Snippets Groups Projects
Commit c69d4843 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #17291 [fid_bbi] show imprint line in result list

* ...again
* reverts part of #16555
* repeats part of #15206
parent 02eb500c
No related merge requests found
...@@ -121,9 +121,18 @@ $i = 0; ...@@ -121,9 +121,18 @@ $i = 0;
<?php endif; ?> <?php endif; ?>
</div> </div>
<?php endif; ?> <?php endif; ?>
<?php /* imprint data, #15206, DM
<?php /* Remove imprint refs #16555 - GG */ ?> this reverts parts of #16555, cf. #17291
*/
$imprintLines = (array) $this->driver->tryMethod('getImprint');
if (!empty($imprintLines)):
?>
<!-- imprint -->
<div class="result-imprint">
<?=current($imprintLines)?>
</div>
<!-- imprint - END -->
<?php endif; ?>
<div class="result-formats"> <div class="result-formats">
<?/*=$this->record($this->driver)->getFormatList()*/?> <?/*=$this->record($this->driver)->getFormatList()*/?>
......
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