From 1f80fd479f6c41bc6ab03d2be9613ef18b9bf75e Mon Sep 17 00:00:00 2001 From: ckaz <kazzer@ub.uni-leipzig.de> Date: Wed, 7 Jun 2023 12:39:46 +0200 Subject: [PATCH] refs #23949 finc: corrects finc recommend/EbscoResults * adds comment --- .../finc/templates/Recommend/EbscoResults.phtml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/themes/finc/templates/Recommend/EbscoResults.phtml b/themes/finc/templates/Recommend/EbscoResults.phtml index 253b18944ff..27feda5e55c 100644 --- a/themes/finc/templates/Recommend/EbscoResults.phtml +++ b/themes/finc/templates/Recommend/EbscoResults.phtml @@ -1,4 +1,20 @@ <!-- 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 $data = $this->recommend->getResult(); if (is_array($data['results']) && count($data['results']) > 0): ?> -- GitLab