How to change "return to the main library website" link in OPAC
- Product: Voyager
- Product Version: 8.0.0
Question
How to modify "Return to the main library website" link in OPAC?
Answer
- On the server, navigate to: /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/htdocs/index.html
- In index.html, locate this line of code:
<li><a href="#">Return to the main library website.</a></li>
- Modify this line of code by replacing the "#" symbol with the URL for your library's homepage:
<li><a href="http://www.yourlibrarywebsite.edu/library">Return to the main library website.</a></li>
- Article last edited: 08-Oct-2013