projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af8d86
)
TPAC: PROCESS config.tt2 needed in results.tt2
author
Dan Scott
<dscott@laurentian.ca>
Sat, 17 Sep 2011 02:16:19 +0000
(22:16 -0400)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/results.tt2
b/Open-ILS/src/templates/opac/results.tt2
index
f664d15
..
dc7d84c
100644
(file)
--- 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";