mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
게시판 헤더, 글 제목(view) 형식(heading 태그) 선택할 수 있도록 설정 추가
* 설정이 없으면 기본 값 사용 * 레이아웃에 따라 마크업 정돈을 위한 설정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6170 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2a19222111
commit
b2e0e09529
10 changed files with 205 additions and 29 deletions
|
|
@ -44,6 +44,10 @@
|
|||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
<!--@if(!$module_info->header_title_format)-->
|
||||
{@ $module_info->header_title_format = 'h3'}
|
||||
<!--@end-->
|
||||
|
||||
<!--// 상단 텍스트 출력 -->
|
||||
{$module_info->header_text}
|
||||
|
||||
|
|
@ -51,7 +55,7 @@
|
|||
<!--@if($module_info->title)-->
|
||||
<div class="boardHeader">
|
||||
<div class="boardHeaderBorder">
|
||||
<h3>{$module_info->title}<!--@if($module_info->sub_title)--> - {$module_info->sub_title}<!--@end--></h3>
|
||||
<{$module_info->header_title_format}>{$module_info->title}<!--@if($module_info->sub_title)--> - {$module_info->sub_title}<!--@end--></{$module_info->header_title_format}>
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue