help.verua.ch/help_FR/include/staff/templates/thread-event.tmpl.php
2026-01-05 08:46:20 +01:00

10 lines
367 B
PHP

<?php if ($desc = $event->getDescription(ThreadEvent::MODE_STAFF)) { ?>
<div class="thread-event <?php if ($event->uid) echo 'action'; ?>">
<span class="type-icon">
<i class="faded icon-<?php echo $event->getIcon(); ?>"></i>
</span>
<span class="faded description">
<?php echo $desc; ?>
</span>
</div>
<?php } ?>