Lines 562-568
if ( C4::Context->preference('OPACShowOpenURL') ) {
Link Here
|
562 |
} |
562 |
} |
563 |
|
563 |
|
564 |
$template->param( LIMIT_INPUTS => \@limit_inputs ); |
564 |
$template->param( LIMIT_INPUTS => \@limit_inputs ); |
565 |
$template->param( OPACResultsSidebar => C4::Context->preference('OPACResultsSidebar') ); |
|
|
566 |
|
565 |
|
567 |
## II. DO THE SEARCH AND GET THE RESULTS |
566 |
## II. DO THE SEARCH AND GET THE RESULTS |
568 |
my $total = 0; # the total results for the whole set |
567 |
my $total = 0; # the total results for the whole set |
569 |
- |
|
|