mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Fix for comment-avatar size issue.
This commit is contained in:
@@ -97,6 +97,7 @@ $sc_style['MODERATE']['post'] = '</div>';
|
||||
|
||||
|
||||
$COMMENT_TEMPLATE['FORM'] = "
|
||||
{SETIMAGE: w=100}
|
||||
<div class='comment-box comment-box-form clearfix'>
|
||||
<div class='comment-box-left pull-left span1' >
|
||||
{COMMENT_AVATAR}
|
||||
@@ -121,7 +122,7 @@ $COMMENT_TEMPLATE['ITEM_END'] = "</ul>";
|
||||
|
||||
|
||||
$COMMENT_TEMPLATE['ITEM'] = '
|
||||
|
||||
{SETIMAGE: w=100}
|
||||
<div class="comment-box-left pull-left span1">
|
||||
{COMMENT_AVATAR}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user