From ef70338f638b84560ce301f696bc99c0f112f8fe Mon Sep 17 00:00:00 2001 From: Heike Reinken <reinken@ub.uni-leipzig.de> Date: Tue, 16 Jun 2020 13:30:42 +0200 Subject: [PATCH] refs #17611 [master] Remove AlphaBrowse from footer * Remove the link to the Alpha Browse from the footer area --- themes/finc/templates/footer.phtml | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/finc/templates/footer.phtml b/themes/finc/templates/footer.phtml index 8b9a734ece3..926350450de 100644 --- a/themes/finc/templates/footer.phtml +++ b/themes/finc/templates/footer.phtml @@ -13,7 +13,6 @@ <h2><?=$this->transEsc('Find More')?></h2> <ul> <li><a href="<?=$this->url('browse-home')?>"><?=$this->transEsc('Browse the Catalog')?></a></li> - <li><a href="<?=$this->url('alphabrowse-home')?>"><?=$this->transEsc('Browse Alphabetically')?></a></li> <li><a href="<?=$this->url('channels-home')?>"><?=$this->transEsc('channel_explore')?></a></li> <li><a href="<?=$this->url('search-reserves')?>"><?=$this->transEsc('Course Reserves')?></a></li> <li><a href="<?=$this->url('search-newitem')?>"><?=$this->transEsc('New Items')?></a></li> -- GitLab