Q&A 저의 홈페이지를 XE_Official 레이아웃로로 했는 데 왼쪽 로그인과 조회수 밑에 홈 이라는 글바로밑에 "로그인/가입" 위젯이 제대로 설정이 안되어 해결책을 찾고 있습니다. youshine 26.07.31 0 5
Q&A 제딴엔 신속히 일주일 안에 XE1.11.6 에서 Rhymix-2.1.35로 3개의 도메인을 성공적으로 잘 이전했다고 생각하고 있었는데 오래된 선우 레이아웃을 서서 만든 홈페이지라그런지... youshine 26.07.27 0 0
댓글 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>
스타일은 사이트에 맞쳐서 하시고.
위와 같이 탭으로 하셔두 되고 버튼 만드셔서 링크부분만 사용하셔도 될것 같네요.
원하시는 답변인지 잘 모르겠네요.