View | Details | Raw Unified | Return to bug 38653
Collapse All | Expand All

(-)a/opac/opac-search.pl (-4 / +2 lines)
Lines 794-802 for (my $i=0;$i<@servers;$i++) { Link Here
794
                SEARCH_RESULTS => \@newresults,
794
                SEARCH_RESULTS => \@newresults,
795
                suppress_result_number => $hide,
795
                suppress_result_number => $hide,
796
                            );
796
                            );
797
            if (C4::Context->preference("OPACLocalCoverImages")){
797
            if ( C4::Context->preference("OPACLocalCoverImages") ) {
798
            $template->param(OPACLocalCoverImages => 1);
798
                $template->param( OPACLocalCoverImages => 1 );
799
            $template->param(OPACLocalCoverImagesPriority => C4::Context->preference("OPACLocalCoverImagesPriority"));
800
            }
799
            }
801
            ## Build the page numbers on the bottom of the page
800
            ## Build the page numbers on the bottom of the page
802
            my ( $page_numbers, $hits_to_paginate, $pages, $current_page_number, $previous_page_offset, $next_page_offset, $last_page_offset ) =
801
            my ( $page_numbers, $hits_to_paginate, $pages, $current_page_number, $previous_page_offset, $next_page_offset, $last_page_offset ) =
803
- 

Return to bug 38653