record($this->driver)->getLink('cites', $data['cites'][0]) . '" rel="nofollow">' . $this->icon('cites', 'icon-link__icon') . ' ' . $this->transEsc('results_cited_by_title_search_link') . ''; } if ($data['cited_by']) { $links[] = '' . $this->icon('cited-by', 'icon-link__icon') . ' ' . $this->transEsc('results_citing_title_search_link') . ''; } echo implode('
', $links);