Archived
1
0

* show subscription status of comments in frontend and backend

This commit is contained in:
Garvin Hicking
2011-04-11 12:35:40 +00:00
parent c4e35b58fa
commit defb3ff1fd
66 changed files with 222 additions and 19 deletions
+1
View File
@@ -489,6 +489,7 @@ foreach ($sql as $rs) {
} else {
?>
<a href="mailto:<?php echo htmlspecialchars($comment['email']) ?>" title="<?php echo htmlspecialchars($comment['email']) ?>"><?php echo htmlspecialchars(serendipity_truncateString($comment['email'],30)) ?></a>
<?php if ($comment['subscribed'] == 'true') { echo '<span class="serendipity_subscription_on">' . ACTIVE_COMMENT_SUBSCRIPTION . '</span>'; } ?>
<?php } ?>
<?php echo $comment['action_email']; ?>
</td>