1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-08 05:11:01 +02:00

Fixes #682 - default avatar on comments.

This commit is contained in:
Cameron
2015-02-04 19:04:28 -08:00
parent c58fb5c8b8
commit d3ff0d7333
4 changed files with 18 additions and 13 deletions

View File

@@ -97,7 +97,7 @@ $sc_style['MODERATE']['post'] = '</div>';
$COMMENT_TEMPLATE['form'] = "
{SETIMAGE: w=60}
{SETIMAGE: w=100&h=100}
<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=100}
{SETIMAGE: w=100&h=100}
<div class="media-object comment-box-left pull-left span1">
{COMMENT_AVATAR}
</div>