|
Lines 1163-1168
if (C4::Context->preference("OPACURLOpenInNewWindow")) {
Link Here
|
| 1163 |
$template->param(covernewwindow => 'false'); |
1163 |
$template->param(covernewwindow => 'false'); |
| 1164 |
} |
1164 |
} |
| 1165 |
|
1165 |
|
|
|
1166 |
if (C4::Context->preference("OpacLightboxImageDescriptions")) { |
| 1167 |
$template->param( OpacLightboxImageDescriptions => 1 ); |
| 1168 |
} |
| 1169 |
|
| 1166 |
$template->param(borrowernumber => $borrowernumber); |
1170 |
$template->param(borrowernumber => $borrowernumber); |
| 1167 |
|
1171 |
|
| 1168 |
if ( C4::Context->preference('OpacStarRatings') !~ /disable/ ) { |
1172 |
if ( C4::Context->preference('OpacStarRatings') !~ /disable/ ) { |
| 1169 |
- |
|
|