mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
28 lines
900 B
HTML
28 lines
900 B
HTML
<load target="board.default.css" />
|
|
<load target="board.default.js" type="body" />
|
|
<load target="../../../../common/xeicon/xeicon.min.css" />
|
|
|
|
<!--@if(isset($order_type) && $order_type == "desc")-->
|
|
{@ $order_type = "asc"; }
|
|
<!--@else-->
|
|
{@ $order_type = "desc"; }
|
|
<!--@end-->
|
|
<block cond="!$module_info->duration_new = (int)$module_info->duration_new">{@ $module_info->duration_new = 12 }</block>
|
|
{@ $cate_list = array(); $current_key = null; }
|
|
<!--@foreach($category_list as $key=>$val)-->
|
|
<!--@if(!$val->depth)-->
|
|
{@
|
|
$cate_list[$key] = $val;
|
|
$cate_list[$key]->children = array();
|
|
$current_key = $key;
|
|
}
|
|
<!--@elseif($current_key)-->
|
|
{@ $cate_list[$current_key]->children[] = $val }
|
|
<!--@end-->
|
|
<!--@end-->
|
|
<div class="board">
|
|
<!--@if($m && $module_info->mobile_header_text)-->
|
|
{$module_info->mobile_header_text}
|
|
<!--@else-->
|
|
{$module_info->header_text}
|
|
<!--@end-->
|