TPAC: PROCESS config.tt2 needed in results.tt2
authorDan Scott <dscott@laurentian.ca>
Sat, 17 Sep 2011 02:16:19 +0000 (22:16 -0400)
committerDan Scott <dscott@laurentian.ca>
Sat, 17 Sep 2011 02:19:47 +0000 (22:19 -0400)
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

index f664d15..dc7d84c 100644 (file)
@@ -1,4 +1,5 @@
 [%  PROCESS "opac/parts/header.tt2";
+    PROCESS "opac/parts/config.tt2";
     USE POSIX;
 
     WRAPPER "opac/parts/base.tt2";