mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +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'] = "
|
$COMMENT_TEMPLATE['FORM'] = "
|
||||||
|
{SETIMAGE: w=100}
|
||||||
<div class='comment-box comment-box-form clearfix'>
|
<div class='comment-box comment-box-form clearfix'>
|
||||||
<div class='comment-box-left pull-left span1' >
|
<div class='comment-box-left pull-left span1' >
|
||||||
{COMMENT_AVATAR}
|
{COMMENT_AVATAR}
|
||||||
@@ -121,7 +122,7 @@ $COMMENT_TEMPLATE['ITEM_END'] = "</ul>";
|
|||||||
|
|
||||||
|
|
||||||
$COMMENT_TEMPLATE['ITEM'] = '
|
$COMMENT_TEMPLATE['ITEM'] = '
|
||||||
|
{SETIMAGE: w=100}
|
||||||
<div class="comment-box-left pull-left span1">
|
<div class="comment-box-left pull-left span1">
|
||||||
{COMMENT_AVATAR}
|
{COMMENT_AVATAR}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user