@version(2) @load('./lang') @load('css/skin.css')
{{-- 글읽기 화면에서는 게시판 타이틀 헤더를 감춘다. 글 제목이 그 자리를 맡는다 --}} {{-- CSS 로드와 래퍼 div 는 화면과 무관하게 항상 이 파일이 담당한다 --}} @if (trim($module_info->hr_board_title ?? '') !== '' && (empty($oDocument) || !$oDocument->isExists()))

{{ $module_info->hr_board_title }}

@if (trim($module_info->hr_board_desc ?? '') !== '')

{{ $module_info->hr_board_desc }}

@endif
{{-- 헤더를 쓰는 게시판은 상단 글쓰기 버튼이 헤더 오른쪽에 선다 --}} @if (!empty($grant) && $grant->write_document) {{ $lang->cmd_write_post ?? $lang->cmd_write ?? $lang->hrb_write }} @endif
@endif @if (!empty($m) && !empty($module_info->mobile_header_text))
{!! $module_info->mobile_header_text !!}
@elseif (!empty($module_info->header_text))
{!! $module_info->header_text !!}
@endif