You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
367 B
10 lines
367 B
<?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 } ?>
|