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

(-)a/opac/opac-tags.pl (-2 / +1 lines)
Lines 48-54 use C4::Tags qw( Link Here
48
    remove_tag
48
    remove_tag
49
    stratify_tags
49
    stratify_tags
50
);
50
);
51
use C4::XSLT;
51
use C4::XSLT qw( XSLTParse4Display );
52
52
53
53
54
use Koha::Logger;
54
use Koha::Logger;
55
- 

Return to bug 28763