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

(-)a/opac/opac-shelves.pl (-1 / +7 lines)
Lines 42-47 use Koha::RecordProcessor; Link Here
42
42
43
use constant ANYONE => 2;
43
use constant ANYONE => 2;
44
44
45
BEGIN {
46
    if (C4::Context->preference('BakerTaylorEnabled')) {
47
        require C4::External::BakerTaylor;
48
        import C4::External::BakerTaylor qw(&image_url &link_url);
49
    }
50
}
51
45
my $query = new CGI;
52
my $query = new CGI;
46
53
47
my $template_name = $query->param('rss') ? "opac-shelves-rss.tt" : "opac-shelves.tt";
54
my $template_name = $query->param('rss') ? "opac-shelves-rss.tt" : "opac-shelves.tt";
48
- 

Return to bug 23482