mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1232 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f0c54c5c4d
commit
ed948775fe
17 changed files with 346 additions and 104 deletions
|
|
@ -1,6 +1,19 @@
|
|||
<!--%import("js/board.js")-->
|
||||
{$module_info->header_text}
|
||||
|
||||
<!-- 스킨의 제목/내용으로 내용 구성 -->
|
||||
<!--@if($module_info->title || $module_info->memo)-->
|
||||
<div style="border:1px solid #EEEEEE;padding:10px;margin-bottom:10px;">
|
||||
<!--@if($module_info->title)-->
|
||||
<span style="font-weight:bold">{$module_info->title}</span><br>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($module_info->memo)-->
|
||||
{nl2br($module_info->memo)}
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<!-- 게시판 정보 -->
|
||||
<div>
|
||||
<!--@if($total_count)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue