Skip to content
Snippets Groups Projects
Commit d6878234 authored by Heiko Wolf's avatar Heiko Wolf
Browse files

Merge branch 'finc' of git.sc.uni-leipzig.de:ubl/finc/vufind into finc

parents f7ee5119 38250a95
Branches
Tags
No related merge requests found
......@@ -179,7 +179,7 @@ if (!empty($holdingTitleHold)): ?>
<h2><?=$this->transEsc("external_access")?></h2>
<?php if (!empty($extUrls)): ?>
<?php foreach ($extUrls as $current): ?>
<a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>"><?=$this->translate($current['desc'])?></a>
<?=$this->externalLink($this->escapeHtmlAttr($this->proxyUrl($current['url'])), $this->translate($current['desc']))?>
<br/>
<?php endforeach; ?>
<?php endif; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment