From a59c28db3e63f956edffd1e79ab9e9cff3a85dea Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Tue, 18 Mar 2008 09:42:40 -0500 Subject: [PATCH] fixing bug 1801 adding some parameters to the call to opac-auth.tmpl in C4::Auth::checkauth This displays the additional navigational links in the masthead on the login page to unauthenticated users. Signed-off-by: Joshua Ferraro --- C4/Auth.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Auth.pm b/C4/Auth.pm index 7ed68b41e2..7dcbb3b123 100755 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -710,6 +710,11 @@ sub checkauth { opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"), opaclanguagesdisplay => C4::Context->preference("opaclanguagesdisplay"), opacuserjs => C4::Context->preference("opacuserjs"), + opacbookbag => "" . C4::Context->preference("opacbookbag"), + OpacCloud => C4::Context->preference("OpacCloud"), + OpacTopissue => C4::Context->preference("OpacTopissue"), + OpacAuthorities => C4::Context->preference("OpacAuthorities"), + OpacBrowser => C4::Context->preference("OpacBrowser"), intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), intranetstylesheet => C4::Context->preference("intranetstylesheet"), -- 2.20.1