From 7d66f909a5d869fa0c4303fa67acb218506bbd12 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 8 May 2013 12:01:09 -0400 Subject: [PATCH] UWIN TPAC: Enable Google Book previews Signed-off-by: Dan Scott --- Open-ILS/src/templates_windsor/opac/parts/config.tt2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Open-ILS/src/templates_windsor/opac/parts/config.tt2 b/Open-ILS/src/templates_windsor/opac/parts/config.tt2 index 096cf748c9..e38e61adcc 100644 --- a/Open-ILS/src/templates_windsor/opac/parts/config.tt2 +++ b/Open-ILS/src/templates_windsor/opac/parts/config.tt2 @@ -161,6 +161,11 @@ search.basic_config = { }; ############################################################################## +# Show Google Book Previews +# Set to 1 or 'true' to enable +ctx.google_books_preview = 1; + +############################################################################## # Formatting for Due Information # Puts hour/minute into display -- 2.11.0