diff --git a/fid_adlr/alpha/config/vufind/fid.ini b/fid_adlr/alpha/config/vufind/fid.ini index 7f71a19fbd052b728f66e0c2b7ebc1d96df0770c..d084b63bd6ac9cefa78497783281ecfb3054ebb1 100644 --- a/fid_adlr/alpha/config/vufind/fid.ini +++ b/fid_adlr/alpha/config/vufind/fid.ini @@ -1,2 +1,5 @@ [Parent_Config] -relative_path=../../../config/vufind/fid.ini \ No newline at end of file +relative_path=../../../config/vufind/fid.ini + +[Client] +baseUrlOverrideAllowed = true \ No newline at end of file diff --git a/themes/fid_adlr/templates/footer.phtml b/themes/fid_adlr/templates/footer.phtml index 8046f8b2fa6286cac4acc892c8b10d0bc4519ce0..16df0987d3366ca0c3530c42ab741f4a30902dba 100644 --- a/themes/fid_adlr/templates/footer.phtml +++ b/themes/fid_adlr/templates/footer.phtml @@ -69,5 +69,8 @@ </div> </div> </div> + <?php if ($this->fidisStatus): ?> + <div class="fidis-status"><?=$this->fidisStatus?></div> + <?php endif; ?> </footer> <!-- fid_adlr: footer - END --> \ No newline at end of file