<!-- 게시판 상단 컨트롤러 -->
<div class="btn_area_r">
<div class="select_area">
<form action="/" method="post">
<div class="search_select">
<select class="select_redirect">
<option value="{getUrl('list_count','15')}" selected="selected"|cond="Context::get('list_count')==15">15개씩 보기</option>
<option value="{getUrl('list_count','30')}" selected="selected"|cond="Context::get('list_count')==30">30개씩 보기</option>
<option value="{getUrl('list_count','50')}" selected="selected"|cond="Context::get('list_count')==50">50개씩 보기</option>
<option value="{getUrl('list_count','100')}" selected="selected"|cond="Context::get('list_count')==100">100개씩 보기</option>
                                </select>
                            </div>
                        </form>
                    </div>

 

 

 

 

------------------------------------

list.html 에서 저렇게 되어있는데요 

게시판을 가보면 15,30,50,100개씩 보기 카테고리를 설정할수있는데 뭘 눌러도 게시된 전체게시물이 나옵니다..

초보라 이것저것 수정하다가 뭐를 건들여서 고장난것같은데 어디쪽을 가야 수정할수있을까요?

도와주세요~~ ㅜㅜ (marketplace 라는 모듈 사용중입니다)