From 2df2946737f1fc0e72d9afe7a6e76d67715246e1 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 2 Jun 2016 15:00:37 -0400
Subject: [PATCH] Moved misplaced config options.

---
 config/vufind/config.ini | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index 3dd16f70d0e..6518cc4a0b3 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -746,14 +746,6 @@ authors         = Wikipedia
 ;bottomPadding = 3
 ;wrapWidth = 110
 
-; This section is needed for Buchhandel.de cover loading. You need an authentication
-; token. It may also be necessary to customize your templates in order to comply with
-; terms of service; please look at http://info.buchhandel.de/handbuch_links for
-; details before turning this on.
-[Buchhandel]
-url = "https://api.vlb.de/api/v1/cover/"
-; token = "XXXXXX-XXXX-XXXXX-XXXXXXXXXXXX"
-
 ; Possible HathiRights options = pd,ic,op,orph,und,umall,ic-world,nobody,pdus,cc-by,cc-by-nd,
 ; cc-by-nc-nd,cc-by-nc,cc-by-nc-sa,cc-by-sa,orphcand,cc-zero,und-world,icus
 ; Default is "pd,ic-world" if unset here.
@@ -783,6 +775,14 @@ url = "https://api.vlb.de/api/v1/cover/"
 ; "google"
 ;recordMap = google
 
+; This section is needed for Buchhandel.de cover loading. You need an authentication
+; token. It may also be necessary to customize your templates in order to comply with
+; terms of service; please look at http://info.buchhandel.de/handbuch_links for
+; details before turning this on.
+[Buchhandel]
+url = "https://api.vlb.de/api/v1/cover/"
+; token = "XXXXXX-XXXX-XXXXX-XXXXXXXXXXXX"
+
 [QRCode]
 ; This setting controls the image to display when no qrcode is available.
 ; The path is relative to the base of your theme directory.
-- 
GitLab