본문 바로가기

blog/xe

본문에 추천 비추천 버튼을 따로 빼내기

http://www.xpressengine.com/15979333 이 글을 참조하니 잘 적용됩니다.

 

modules/board/skins/xe_official/view_document.html 60줄에 빨간 부분 추가

 

<!--@else-->
 {$oDocument->getContent()}
<!--@end-->
<!--추천-->
<a href="./#" onclick="doCallModuleAction('document','procDocumentVoteUp','{$document_srl}');return false;" class="button"><span>{$menu_str = Context::getLang('cmd_vote')}</span></a>
<!--비추천-->
<a href="./#" onclick="doCallModuleAction('document','procDocumentVoteDown','{$document_srl}');return false;" class="button"><span>{$menu_str = Context::getLang('cmd_vote_down')}</span></a>
<!--신고-->
<a href="./#" onclick="doCallModuleAction('document','procDocumentDeclare','{$document_srl}');return false;" class="button"><span>{$menu_str = Context::getLang('cmd_declare')}</span></a>
  <!--프린트-->
<a href="./{getUrl(",'act','dispDocumentPrint','document_srl',$oDocument->document_srl)}" onclick="winopen(this.href);return false;" class="button"><span>{$lang->cmd_print}</span></a>
<!--스크렙-->
<!--@if($is_logged)-->
<a href="./#" onclick="doScrap({$oDocument->document_srl}); return false;" class="button"><span>{$lang->cmd_scrap}</span></a>
<!--@end-->



원본글 : http://www.xpressengine.com/18235047



- 2009년 08월 24일 작성.