From 3ddf044d260dab7d4665d8172fc8615ce171ed7b Mon Sep 17 00:00:00 2001 From: Olli-Antti Kivilahti Date: Tue, 17 Feb 2015 16:18:38 +0200 Subject: [PATCH] KD-245 - Bug 13707 - 5. Prepared searches. NOT FOR MASTER An example on how to utilize this new search index. --- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 904c232..720b89b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -65,6 +65,18 @@ [% END # / IF virtualshelves %] + [% IF Koha.Preference( 'virtualshelves' ) == 1 %]
[% END %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 || EnableOpacSearchHistory %] -- 1.7.9.5