From 22dc530aeb26749ebaf6121353d97f8ce4a252b3 Mon Sep 17 00:00:00 2001 From: Dan Scott <dscott@laurentian.ca> Date: Fri, 16 Sep 2011 22:16:19 -0400 Subject: [PATCH] TPAC: PROCESS config.tt2 needed in results.tt2 If the values in config.tt2 are not available to the results page, then all of them are false - so Google Analytics, Resolver, etc, won't work in the results page. Signed-off-by: Dan Scott <dscott@laurentian.ca> --- Open-ILS/src/templates/opac/results.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index f664d15339..dc7d84cb35 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -1,4 +1,5 @@ [% PROCESS "opac/parts/header.tt2"; + PROCESS "opac/parts/config.tt2"; USE POSIX; WRAPPER "opac/parts/base.tt2"; -- 2.11.0