mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Comment fixes. News table comment count was not incrementing. (may be manually corrected in debug mode)
This commit is contained in:
@@ -97,7 +97,7 @@ $sc_style['MODERATE']['post'] = '</div>';
|
||||
|
||||
|
||||
$COMMENT_TEMPLATE['form'] = "
|
||||
{SETIMAGE: w=100&h=100}
|
||||
{SETIMAGE: w=90&h=90&crop=1}
|
||||
<div class='media comment-box comment-box-form clearfix'>
|
||||
<div class='comment-box-left media-object pull-left' >
|
||||
{COMMENT_AVATAR}
|
||||
@@ -119,7 +119,7 @@ $COMMENT_TEMPLATE['form'] = "
|
||||
|
||||
|
||||
$COMMENT_TEMPLATE['item'] = '
|
||||
{SETIMAGE: w=80&h=80}
|
||||
{SETIMAGE: w=90&h=90&crop=1}
|
||||
<div class="media-object comment-box-left pull-left span1">
|
||||
{COMMENT_AVATAR}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user