Skip to content

Commit

Permalink
Exclude code when topic is moved
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Jan 18, 2015
1 parent 631b804 commit c274003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/Sunrise/objects/topic.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="topic-index-entry <?php echo $item_status ?>">
<span class="middot">&middot;</span> <span class="hidden-xs hidden-sm hidden-md hidden-lg"><?php echo forum_number_format($topic_count + $start_from) ?></span><?php echo $subject ?> <?php echo $by ?> &middot; <span class="text-muted"><?php echo $last_post ?></span><span class="pull-right label label-default"><?php echo forum_number_format($cur_topic['num_replies']) ?></span>
<span class="middot">&middot;</span> <span class="hidden-xs hidden-sm hidden-md hidden-lg"><?php echo forum_number_format($topic_count + $start_from) ?></span><?php echo $subject ?> <?php echo $by ?><?php if ($cur_topic['moved_to'] == 0) { ?> &middot; <span class="text-muted"><?php echo $last_post ?></span><span class="pull-right label label-default"><?php echo forum_number_format($cur_topic['num_replies']) ?><?php } ?></span>
</div>

0 comments on commit c274003

Please sign in to comment.