mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
기본 xe_board 게시판스킨의 댓글에 나오는 프로필 이미지를 댓글내용 왼쪽으로 표시되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4083 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0524c74a3a
commit
34afa37800
3 changed files with 8 additions and 7 deletions
|
|
@ -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-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue