git-svn-id: http://xe-core.googlecode.com/svn/trunk@1590 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-11 08:08:11 +00:00
parent 7461841819
commit 3b1703d91a
4 changed files with 37 additions and 31 deletions

View file

@ -15,7 +15,7 @@
<!-- 스킨의 제목/간단한 설명 출력 -->
<!--@if($module_info->title)-->
<div class="boardHeader">
<h3>{$module_info->title} - {$module_info->sub_title}</h3>
<h3>{$module_info->title}<!--@if($module_info->sub_title)--> - {$module_info->sub_title}<!--@end--></h3>
</div>
<!--@end-->