/
var
/
www
/
barefootlaw.org
/
bios
/
include
/
client
/
templates
/
Upload File
HOME
<?php $desc = $event->getDescription(ThreadEvent::MODE_CLIENT); if (!$desc) return; ?> <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>