From 6c74d49b95b2f02af5a664104b2be46df3748809 Mon Sep 17 00:00:00 2001 From: Viola Elsenhans <elsenhans@ub.uni-leipzig.de> Date: Thu, 19 Jul 2018 14:57:27 +0200 Subject: [PATCH] refs #13681 change vufind-link in footer --- themes/finc/templates/footer.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/finc/templates/footer.phtml b/themes/finc/templates/footer.phtml index 84f5889dedc..029e561e92e 100644 --- a/themes/finc/templates/footer.phtml +++ b/themes/finc/templates/footer.phtml @@ -37,7 +37,7 @@ <div class="footer-column"> <?=$this->layout()->poweredBy?> <span>Powered by</span> - <a href="https://www.vufind.org" title="vufind.org" target="_blank"><img src="<?=$this->imageLink('vufind_logo.png')?>" alt="powered by VuFind - VuFind Logo"/></a> + <a href="https://vufind.org/" title="vufind.org" target="_blank"><img src="<?=$this->imageLink('vufind_logo.png')?>" alt="powered by VuFind - VuFind Logo"/></a> <a href="http://blog.finc.info" title="Blog FinC-Team" target="_blank"><img src="<?=$this->imageLink('finc_logo.png')?>" alt="powered by finc - finc Logo"/></a> </div> </div> -- GitLab