stub for comment time-ago
This commit is contained in:
parent
ad2bb8b8b6
commit
c39697a40f
2 changed files with 5 additions and 0 deletions
|
@ -179,6 +179,7 @@ class CommentListTheme extends Themelet {
|
|||
return "
|
||||
<a name='$i_comment_id'></a>
|
||||
<div class='$oe comment'>
|
||||
<!--<span class='timeago' style='float: right;'>$h_timestamp</span>-->
|
||||
$h_userlink: $h_comment
|
||||
$h_dellink
|
||||
</div>
|
||||
|
|
|
@ -128,6 +128,10 @@ UL {
|
|||
.comment {
|
||||
text-align: left;
|
||||
}
|
||||
.comment .timeago {
|
||||
float: right;
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
.more:after {
|
||||
content: " >>>";
|
||||
|
|
Reference in a new issue