관리자화면 "시스템 설정" 클릭시 오류 발생 후 해결. Attempt to assign property "site_srl" on array" in modules/module/module.model.php on line 157 hatali 25.12.26 0 3
댓글 1
<ul class="tab-menu Ad_col4">
<li class="on"|cond="$sort_index==readed_count || !$sort_index"><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<i cond="$sort_index=='readed_count'" class="arrow {$order_icon}"></i></a></li>
<li class="on"|cond="$sort_index==comment_count"><a href="{getUrl('sort_index','comment_count','order_type',$order_type)}">{$lang->comment_count}<i cond="$sort_index=='comment_count'" class="arrow {$order_icon}"></i></a></li>
<li class="on"|cond="$sort_index==voted_count"><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<i cond="$sort_index=='voted_count'" class="arrow {$order_icon}"></i></a></li>
<li class="on"|cond="$sort_index==regdate"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<i cond="$sort_index=='regdate'" class="arrow {$order_icon}"></i></a></li>
</ul>
</div>
스타일은 사이트에 맞쳐서 하시고.
위와 같이 탭으로 하셔두 되고 버튼 만드셔서 링크부분만 사용하셔도 될것 같네요.
원하시는 답변인지 잘 모르겠네요.