mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Read Complete
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4731 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
175ccfa3ba
commit
8b139cc4da
7 changed files with 13 additions and 13 deletions
|
|
@ -181,7 +181,7 @@
|
|||
// 이 댓글을... 팝업메뉴를 출력할 경우
|
||||
if($add_popup_menu && Context::get('is_logged') ) {
|
||||
$content = sprintf(
|
||||
'%s<div class="comment_popup_menu"><a href="#popup_menu_area" class="comment_%d">%s</a></div>',
|
||||
'%s<div class="comment_popup_menu"><a href="#popup_menu_area" class="comment_%d" onclick="return false">%s</a></div>',
|
||||
$content,
|
||||
$this->comment_srl, Context::getLang('cmd_comment_do')
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue