mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 18:07:42 +02:00
parent
99096322af
commit
e7af988ec5
@ -9,7 +9,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div data-base-target="_next" class="content contacts">
|
<div data-base-target="_next" class="content contacts">
|
||||||
<?php foreach ($contacts->peekAhead($this->compact) as $contact): ?>
|
<?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): ?>
|
<?php if($this->gravatar !== null): ?>
|
||||||
<?= $this->img($this->gravatar->getAvatar($contact->contact_email)); ?>
|
<?= $this->img($this->gravatar->getAvatar($contact->contact_email)); ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user