Want to delete 'Search Items' Tab on Browse

Hello, I want to delete the browse/items/search link tab as an option in browse view. I deleted the search.php and search-form.php in the application>views>scripts>items directory however the link is still there, even though it now just leads to an empty page. Can anyone advise how to delete the tab for this view of browsing items?
Thanks

Those tabs are created by the public_nav_items function, called in the items/browse.php view file. You could just remove the call completely, though that will remove all the tabs.

1 Like

Thank you for your help!

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.