mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +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
|
|
@ -174,7 +174,7 @@
|
|||
$content = preg_replace('!([^>^"^\'^=])(http|https|ftp|mms):\/\/([^ ^<^"^\']*)!is','$1<a href="$2://$3" onclick="window.open(this.href);return false;">$2://$3</a>',' '.$content);
|
||||
|
||||
// 이 댓글을... 팝업메뉴를 출력할 경우
|
||||
if($add_popup_menu) {
|
||||
if($add_popup_menu && Context::get('is_logged') ) {
|
||||
$content = sprintf(
|
||||
'%s<div class="comment_popup_menu"><span class="comment_%d">%s</span></div>',
|
||||
$content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue