Skip to content
Snippets Groups Projects
Commit 1f80fd47 authored by Claas Kazzer's avatar Claas Kazzer 💬 Committed by Mathias Maaß
Browse files

refs #23949 finc: corrects finc recommend/EbscoResults

* adds comment
parent 976c4e87
No related merge requests found
<!-- finc: recommend - ebscoresults --> <!-- finc: recommend - ebscoresults -->
<?php
/**
* origin: finc
*
* called by view helper/controller:
*
* usage: shows 'EBSCO' section in sidebar ('Treffer in Fachdatenbanken' or similar)
*
*
* modified for finc:
* uses ul list structure and custom more link based on finc's normal facet design
*
* configured in: --
*/
?>
<?php <?php
$data = $this->recommend->getResult(); $data = $this->recommend->getResult();
if (is_array($data['results']) && count($data['results']) > 0): ?> if (is_array($data['results']) && count($data['results']) > 0): ?>
......
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