| Lines 50-56
          use C4::Search qw( searchResults );
      
      
        Link Here | 
        
          | 50 | use C4::Search::History; | 50 | use C4::Search::History; | 
        
          | 51 | use C4::Biblio qw( GetXmlBiblio CountItemsIssued ); | 51 | use C4::Biblio qw( GetXmlBiblio CountItemsIssued ); | 
        
          | 52 | use C4::Koha qw( GetItemTypesCategorized getitemtypeimagelocation GetAuthorisedValues ); | 52 | use C4::Koha qw( GetItemTypesCategorized getitemtypeimagelocation GetAuthorisedValues ); | 
          
            
              | 53 | use C4::Tags qw( get_tags get_tag ); | 53 | use C4::Tags qw( get_tags ); | 
        
          | 54 | use C4::SocialData; | 54 | use C4::SocialData; | 
        
          | 55 | use C4::External::OverDrive; | 55 | use C4::External::OverDrive; | 
        
          | 56 | use C4::External::BakerTaylor qw( image_url link_url ); | 56 | use C4::External::BakerTaylor qw( image_url link_url ); |