update overview-git because of format change

This commit is contained in:
Dario Rekowski on RockPI 2020-04-15 15:18:04 +00:00
parent 8ead2104cd
commit 90714e40b7

View File

@ -104,9 +104,10 @@ $this->assign('title', __('GDT Kontoübersicht'));
$gdtEntry = $entry['connect']['gdt_entry'];
?>
<tr><td colspan="5">
<?php foreach($entry['publishersPath'] as $c => $publisher_id) : ?>
<?php if($c > 0): ?> -> <?php endif; ?>
<?= publisherLink($publishers[$publisher_id], $this) ?>
<?= $elopageTransaction['email'] ?>
<?php foreach($entry['publishersPath'] as $c => $publisher) : ?>
->
<?= publisherLink($publisher, $this) ?>
<?php endforeach; ?>
</td>
</tr>