Skip to content
Snippets Groups Projects
Commit 40bfb741 authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'instance/fid' into instance/fid_adlr

parents 1bb92ceb 1ad81420
No related merge requests found
......@@ -11,7 +11,9 @@
<li>
<?php if (!empty($link['href'])): ?>
<?php /* fid: #16136 remove traffic light - GG */?>
<a href="<?=$this->escapeHtmlAttr($link['href'])?>" target="_blank" title="<?=isset($link['service_type'])?$this->escapeHtmlAttr($link['service_type']):''?>"<?=!empty($link['access'])?' class="access-'.$link['access'].'"':''?>><?=isset($link['title'])?$this->escapeHtml($this->transEsc($link['title'])):''?></a> <br />
<a href="<?=$this->escapeHtmlAttr($link['href'])?>" target="_blank" title="<?=isset($link['service_type'])?$this->escapeHtmlAttr($link['service_type']):''?>"<?=!empty($link['access'])?' class="access-'.$link['access'].'"':''?>>
<i class="icon icon-external-link" aria-hidden="true"></i><?=isset($link['title'])?$this->escapeHtml($this->transEsc($link['title'])):''?>
</a> <br />
<?php /* fid: #16136 remove coverage - GG */?>
<?php else: ?>
<?=isset($link['title'])?$this->escapeHtml($this->transEsc($link['title'])):''?>
......
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