기본 xe_board 게시판스킨의 댓글에 나오는 프로필 이미지를 댓글내용 왼쪽으로 표시되도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4083 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-04-08 09:25:32 +00:00
parent 0524c74a3a
commit 34afa37800
3 changed files with 8 additions and 7 deletions

View file

@ -64,7 +64,7 @@
</div>
<!--@else-->
<!--@if($comment->getProfileImage())-->
<div class="commentProfileImage"><img src="{$comment->getProfileImage()}" alt="profile" /></div>
<img src="{$comment->getProfileImage()}" alt="profile" class="commentProfileImage" />
<!--@end-->
{$comment->getContent(true)}
<!--@end-->