Skip to content
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.

Commit

Permalink
Anzeige der Thumbnails aus Feld 956 für ECOD
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Viegener committed Sep 29, 2014
1 parent f25d77b commit 46094ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions module/Swissbib/src/Swissbib/RecordDriver/SolrMarc.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,10 @@ public function getThumbnail_956_1()
$thumbnailURL = 'https://externalservices.swissbib.ch/services/ImageTransformer?imagePath='
. $field['URL']
. '&scale=1&reqServicename=ImageTransformer';
} elseif ($field['institution'] === 'ECOD' && $field['usage'] === 'THUMBNAIL') {
$thumbnailURL = 'https://externalservices.swissbib.ch/services/ImageTransformer?imagePath='
. $field['URL']
. '&scale=1&reqServicename=ImageTransformer';
}
}
return $thumbnailURL;
Expand Down

0 comments on commit 46094ad

Please sign in to comment.