---
 C4/Auth.pm                                        |    1 +
 koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/C4/Auth.pm b/C4/Auth.pm
index 74106c3..99e5d3d 100755
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -784,6 +784,7 @@ sub checkauth {
         OpacAuthorities      => C4::Context->preference("OpacAuthorities"),
         OpacBrowser          => C4::Context->preference("OpacBrowser"),
         opacheader           => C4::Context->preference("opacheader"),
+        TagsEnabled                  => C4::Context->preference("TagsEnabled"),
         OPACUserCSS           => C4::Context->preference("OPACUserCSS"),
         intranetcolorstylesheet =>
                                                                
C4::Context->preference("intranetcolorstylesheet"),
diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc 
b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc
index a0e67ea..1eafec5 100755
--- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc
+++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc
@@ -72,7 +72,7 @@
 <!-- /TMPL_IF -->
     </form>
 
-<div id="moresearches"><a href="/cgi-bin/koha/opac-search.pl">Advanced 
Search</a><!-- TMPL_IF name="OpacBrowser" --> | <a 
href="/cgi-bin/koha/opac-browser.pl">Browse by Hierarchy</a><!-- /TMPL_IF 
--><!-- TMPL_IF name="OpacAuthorities" --> | <a 
href="/cgi-bin/koha/opac-authorities-home.pl">Browse by Subject</a><!-- 
/TMPL_IF --> | <a href="/cgi-bin/koha/opac-tags.pl">User Tags</a><!-- TMPL_IF 
name="OpacCloud" --> | <a href="/cgi-bin/koha/opac-tags_subject.pl">Tag 
Cloud</a><!-- /TMPL_IF --><!-- TMPL_IF name="OpacTopissue" --> | <a 
href="/cgi-bin/koha/opac-topissues.pl">Most Popular</a><!-- /TMPL_IF --><!-- 
TMPL_IF NAME="suggestion" --><!-- TMPL_IF NAME="AnonSuggestions" --> | <a 
href="/cgi-bin/koha/opac-suggestions.pl">Purchase Suggestions</a><!-- 
TMPL_ELSIF NAME="OPACViewOthersSuggestions" --> | <a 
href="/cgi-bin/koha/opac-suggestions.pl">Purchase Suggestions</a><!-- /TMPL_IF 
--><!-- /TMPL_IF --></div>
+<div id="moresearches"><a href="/cgi-bin/koha/opac-search.pl">Advanced 
Search</a><!-- TMPL_IF name="OpacBrowser" --> | <a 
href="/cgi-bin/koha/opac-browser.pl">Browse by Hierarchy</a><!-- /TMPL_IF 
--><!-- TMPL_IF name="OpacAuthorities" --> | <a 
href="/cgi-bin/koha/opac-authorities-home.pl">Browse by Subject</a><!-- 
/TMPL_IF --><!-- TMPL_IF NAME="TagsEnabled" --> | <a 
href="/cgi-bin/koha/opac-tags.pl">User Tags</a><!-- /TMPL_IF --><!-- TMPL_IF 
name="OpacCloud" --> | <a href="/cgi-bin/koha/opac-tags_subject.pl">Tag 
Cloud</a><!-- /TMPL_IF --><!-- TMPL_IF name="OpacTopissue" --> | <a 
href="/cgi-bin/koha/opac-topissues.pl">Most Popular</a><!-- /TMPL_IF --><!-- 
TMPL_IF NAME="suggestion" --><!-- TMPL_IF NAME="AnonSuggestions" --> | <a 
href="/cgi-bin/koha/opac-suggestions.pl">Purchase Suggestions</a><!-- 
TMPL_ELSIF NAME="OPACViewOthersSuggestions" --> | <a 
href="/cgi-bin/koha/opac-suggestions.pl">Purchase Suggestions</a><!-- /TMPL_IF 
--><!-- /TMPL_IF --></div>
 <!-- TMPL_ELSE -->
 
 <div id="moresearches"><!-- TMPL_IF name="OpacBrowser" --> | <a 
href="/cgi-bin/koha/opac-browser.pl">Browse by Hierarchy</a><!-- /TMPL_IF 
--><!-- TMPL_IF name="OpacAuthorities" --> | <a 
href="/cgi-bin/koha/opac-authorities-home.pl">Browse by Subject</a><!-- 
/TMPL_IF --> | <a href="/cgi-bin/koha/opac-tags.pl">User Tags</a><!-- TMPL_IF 
name="OpacCloud" --> | <a href="/cgi-bin/koha/opac-tags_subject.pl">Tag 
Cloud</a><!-- /TMPL_IF --><!-- TMPL_IF name="OpacTopissue" --> | <a 
href="/cgi-bin/koha/opac-topissues.pl">Most Popular</a><!-- /TMPL_IF --><!-- 
TMPL_IF NAME="suggestion" --><!-- TMPL_IF NAME="AnonSuggestions" --> | <a 
href="/cgi-bin/koha/opac-suggestions.pl">Purchase Suggestions</a><!-- 
TMPL_ELSIF NAME="OPACViewOthersSuggestions" --> | <a 
href="/cgi-bin/koha/opac-suggestions.pl">Purchase Suggestions</a><!-- /TMPL_IF 
--><!-- /TMPL_IF --></div>
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to