diff --git a/themes/fid_bbi/templates/footer.phtml b/themes/fid_bbi/templates/footer.phtml index 9ac82ef92bb2d51bc18767878befc2ea4c445a66..b28ba2f5f6acd16ef398a8b82dadd10dd012a5e6 100644 --- a/themes/fid_bbi/templates/footer.phtml +++ b/themes/fid_bbi/templates/footer.phtml @@ -74,6 +74,11 @@ <img src="<?=$this->imageLink('vufind-logo.svg')?>" alt="VuFind"> </a> </div> + <div class="footer-partners"> + <?php if ($this->fidisStatus): ?> + <div class="fidis-status"><?=$this->fidisStatus?></div> + <?php endif; ?> + </div> </div> </div> </div> @@ -83,5 +88,6 @@ <?=$this->icon('arrow-right')?> <span class="sr-only"><?=$this->translate('Scroll to top')?></span> </button> + </footer> <!-- fid_bbi: footer - END -->