mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +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
|
|
@ -1,11 +1,15 @@
|
|||
<!-- 글 내용 보여주기 -->
|
||||
<!--@if(!$module_info->document_title_format)-->
|
||||
{@ $module_info->document_title_format = 'h4'}
|
||||
<!--@end-->
|
||||
|
||||
<div class="boardRead">
|
||||
<div class="originalContent">
|
||||
<div class="readHeader">
|
||||
<div class="titleAndUser">
|
||||
|
||||
<div class="title">
|
||||
<h4><a href="{$oDocument->getPermanentUrl()}">{$oDocument->getTitle()}</a></h4>
|
||||
<{$module_info->document_title_format}><a href="{$oDocument->getPermanentUrl()}">{$oDocument->getTitle()}</a></{$module_info->document_title_format}>
|
||||
</div>
|
||||
|
||||
<!--@if($module_info->display_author!='N')-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue