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

(-)a/catalogue/search.pl (-2 / +1 lines)
Lines 256-262 foreach my $advanced_srch_type (@advanced_search_types) { Link Here
256
		ccl => "$itype_or_itemtype,phr",
256
		ccl => "$itype_or_itemtype,phr",
257
                code => $thisitemtype,
257
                code => $thisitemtype,
258
                description => $itemtypes->{$thisitemtype}->{'description'},
258
                description => $itemtypes->{$thisitemtype}->{'description'},
259
                imageurl=> getitemtypeimagelocation( 'opac', $itemtypes->{$thisitemtype}->{'imageurl'} ),
259
                imageurl=> getitemtypeimagelocation( 'intranet', $itemtypes->{$thisitemtype}->{'imageurl'} ),
260
            );
260
            );
261
	    push @itypesloop, \%row;
261
	    push @itypesloop, \%row;
262
	}
262
	}
263
- 

Return to bug 7031