From 75c48803cc73af4325d5c2a9fce6fa09fe91548e Mon Sep 17 00:00:00 2001 From: Dorian Merz <merz@ub.uni-leipzig.de> Date: Thu, 8 Apr 2021 09:10:28 +0200 Subject: [PATCH] refs #18783 [fid_bbi] insert route to terms in footer link --- themes/fid_bbi/templates/footer.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fid_bbi/templates/footer.phtml b/themes/fid_bbi/templates/footer.phtml index bfda00e750a..2d778897d5f 100644 --- a/themes/fid_bbi/templates/footer.phtml +++ b/themes/fid_bbi/templates/footer.phtml @@ -23,7 +23,7 @@ </a> </li> <li> - <a href="#TODO"> + <a href="<?=$this->url('fid/user/terms')?>"> <?=$this->translate('Terms of Use')?> </a> </li> -- GitLab