From d32279a810e5a090916d2bd3cf0ba7c75326ac97 Mon Sep 17 00:00:00 2001 From: kados Date: Sun, 23 Jul 2006 15:28:55 +0000 Subject: [PATCH] merging with dev-week (bugfix for opacbookbag) --- opac/opac-user.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/opac/opac-user.pl b/opac/opac-user.pl index 84fa49ec49..909eedebf1 100755 --- a/opac/opac-user.pl +++ b/opac/opac-user.pl @@ -142,6 +142,17 @@ $template->param(WAITING => \@waiting); $template->param(waiting_count => $wcount, textmessaging => $borr->{textmessaging}, OpacPasswordChange => C4::Context->preference("OpacPasswordChange"), + opaclargeimage => C4::Context->preference("opaclargeimage"), + LibraryName => C4::Context->preference("LibraryName"), + OpacNav => C4::Context->preference("OpacNav"), + opaccredits => C4::Context->preference("opaccredits"), + opacreadinghistory => C4::Context->preference("opacreadinghistory"), + opacsmallimage => C4::Context->preference("opacsmallimage"), + opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"), + opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"), + opaclanguagesdisplay => C4::Context->preference("opaclanguagesdisplay"), + opacbookbag => C4::Context->preference("opacbookbag"), + ); output_html_with_http_headers $query, $cookie, $template->output; -- 2.39.5