From: Andrew Moore Date: Tue, 18 Mar 2008 14:42:40 +0000 (-0500) Subject: fixing bug 1801 X-Git-Tag: v3.00.00-beta~67 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=a59c28db3e63f956edffd1e79ab9e9cff3a85dea;p=koha-ffzg.git 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 --- 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"),