Despite NOT being set to featured or public, the <Browse Exhibits> link appears in my header and footer and I would like to suppress because I do not like how the exhibit builder defaults to:
http://library.gc.cuny.edu/34th_st/exhibits
and prefer my simple html page:
http://library.gc.cuny.edu/34th_st/exhibit
How can I suppress <Browse Exhibits> from Header and Footer?
Also, not in header|footer code:
<?php echo public_nav_main(array('Library Home'=>uri('../'), 'Collection Home' => uri(''), 'Browse Items' => uri('items'), 'Map' => uri('../34th_st/map') ));?>

