rhymix/modules/board/m.skins/default/list.html
bnu bad1fc691c fix #1109 게시판 'default' 모바일 스킨이 코드 개선
- 불필요 코드/파일 제거
- 트랙백 '삭제'버튼에 다국어 적용
2014-12-24 16:41:57 +09:00

9 lines
183 B
HTML

<load target="css/mboard.css" />
<div class="bd">
<!--@if($oDocument->isExists())-->
<include target="read.html" />
<!--@else-->
<include target="_list.html" />
<!--@end-->
</div>