From: Dan Scott <dscott@laurentian.ca> Date: Sat, 17 Sep 2011 02:16:19 +0000 (-0400) Subject: TPAC: PROCESS config.tt2 needed in results.tt2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=22dc530aeb26749ebaf6121353d97f8ce4a252b3;p=evergreen%2Fmasslnc.git 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> --- 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";