기본 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

@ -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,