scripts/contacts: Remove the obsolete todo note

refs #9916
This commit is contained in:
Alexander Fuhr 2015-08-26 10:06:23 +02:00
parent 99096322af
commit e7af988ec5

View File

@ -9,7 +9,7 @@
<?php endif ?>
<div data-base-target="_next" class="content contacts">
<?php foreach ($contacts->peekAhead($this->compact) as $contact): ?>
<div class="contact"><!-- @TODO: $contact->contact_name reinsetzen als param-->
<div class="contact">
<?php if($this->gravatar !== null): ?>
<?= $this->img($this->gravatar->getAvatar($contact->contact_email)); ?>
<?php else: ?>