mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 23:01:41 +09:00
게시판 xe_board 스킨에서 목록형 아이콘 선택시 동작되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2897 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a1d88500ff
commit
c4b6ed06aa
1 changed files with 3 additions and 1 deletions
|
|
@ -41,6 +41,8 @@
|
|||
{@ $module_info->default_style = 'gallery'}
|
||||
<!--@elseif($listStyle=='webzine')-->
|
||||
{@ $module_info->default_style = 'webzine'}
|
||||
<!--@elseif($listStyle=='list')-->
|
||||
{@ $module_info->default_style = 'list'}
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
|
|
@ -103,7 +105,7 @@
|
|||
|
||||
<!-- 목록형태 (포럼형이 기본으로 되어 있을 경우 다른 형태를 지정 못하게 함) -->
|
||||
<!--@if($module_info->default_style != 'forum')-->
|
||||
<li class="listType"><a href="{getUrl('listStyle','')}"><img src="./images/common/typeList.gif" border="0" width="13" height="13" alt="List" /></a></li>
|
||||
<li class="listType"><a href="{getUrl('listStyle','list')}"><img src="./images/common/typeList.gif" border="0" width="13" height="13" alt="List" /></a></li>
|
||||
<li class="listType"><a href="{getUrl('listStyle','webzine')}"><img src="./images/common/typeWebzine.gif" border="0" width="13" height="13" alt="Webzine" /></a></li>
|
||||
<li class="listType"><a href="{getUrl('listStyle','gallery')}"><img src="./images/common/typeGallery.gif" border="0" width="13" height="13" alt="Gallery" /></a></li>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue