Skip to content
Snippets Groups Projects
Unverified Commit ca3a7ea3 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4413 from JediKev/issue/deleted-thread-events

issue: Deleted Field Thread Events (template)
parents 1449ffbc 45a46460
No related branches found
No related tags found
No related merge requests found
<?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 $event->getDescription(ThreadEvent::MODE_STAFF); ?>
<?php echo $desc; ?>
</span>
</div>
<?php } ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment