xe_board 스킨에서 상단의 로그인정보와 게시판 설정 버튼을 스킨에서 조절할 수 있도록 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3572 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-22 02:45:54 +00:00
parent a8fad2aefc
commit 8df241e334
6 changed files with 38 additions and 18 deletions

View file

@ -165,7 +165,7 @@
// 이 댓글을... 팝업메뉴를 출력할 경우
if($add_popup_menu) {
$content = sprintf(
'%s<div class="comment_popup_menu"><span class="comment_popup_menu comment_%d">%s</span></div>',
'%s<div class="comment_popup_menu"><span class="comment_%d">%s</span></div>',
$content,
$this->comment_srl, Context::getLang('cmd_comment_do')
);