Example #1
0
if (!defined('ABSPATH')) {
    exit;
}
?>

<div class="thread <?php 
echo $elementMarker;
?>
">
    <?php 
$lastpost_data = $this->get_lastpost_in_thread($thread->id);
?>
    <div class="thread-status">
        <?php 
$unreadStatus = AsgarosForumUnread::getStatusThread($thread->id);
echo '<span class="dashicons-before dashicons-' . $thread->status . $unreadStatus . '"></span>';
?>
    </div>
    <div class="thread-name">
        <strong><a href="<?php 
echo $this->getLink('topic', $thread->id);
?>
" title="<?php 
echo esc_html(stripslashes($thread->name));
?>
"><?php 
echo esc_html(stripslashes($thread->name));
?>
</a></strong>
        <small><?php