synch'ing 2.2 and head
[koha.git] / opac / opac-detail.pl
index 689253c..04335be 100755 (executable)
@@ -71,6 +71,9 @@ $template->param(BIBLIO_RESULTS => $resultsarray,
                                WEB_RESULTS => $webarray,
                                SITE_RESULTS => $sitearray,
                                subscriptionsnumber => $subscriptionsnumber,
+                            LibraryName => C4::Context->preference("LibraryName"),
+                               suggestion => C4::Context->preference("suggestion"),
+                               virtualshelves => C4::Context->preference("virtualshelves"),
 );
   ## Amazon.com stuff
 =head
@@ -104,3 +107,5 @@ $template->param( REVIEWS => \@reviews );
 =cut
 output_html_with_http_headers $query, $cookie, $template->output;
 
+output_html_with_http_headers $query, $cookie, $template->output;
+