12 lines
416 B
PHTML
Executable File
12 lines
416 B
PHTML
Executable File
<?php
|
|
$urls = $this->driver->getPids();
|
|
?>
|
|
|
|
<?php if (!empty($urls)): ?>
|
|
|
|
<?php foreach ($urls as $current): ?>
|
|
<?=$this->escapeHtml($current['displaytext'])?>
|
|
<!-- <a style="color:#14416b; font-size:13px; font-style:italic" href="?=$this->escapeHtmlAttr(trim($this->proxyUrl($current['link'])))?>"</a><br />?=$this->escapeHtml("(Volltext ggf. gegen Gebühr)")?>-->
|
|
<?php endforeach; ?>
|
|
<?php endif; ?>
|