文章详情-の子页面

{$current_cate['title']} {php} $currentCateId = intval($current_cate['id'] ?? ''); $currentCatePid = intval($current_cate['parent_id'] ?? ''); if($currentCatePid == 0){ $currentCatePid = $currentCateId; } var_dump($currentCateId); // 当前的分类 {/php} {hcTaglib:category id="$currentCatePid" item="vo" field="*"} {/hcTaglib:category}
列表上方位置导航 ========== START
首页 {volist name="category_with_order_arr" id="oneCate"} {$oneCate.title} {/volist} {$current_cate.title}
列表上方位置导航 ========== END





标题: {$hc_content.title}
发布时间: {$hc_content.publish_time}, 浏览量: {$hc_content.hits}, 作者: {$hc_content.author}

详情内容 ====================== START
{php} var_dump($hc_content); {/php}


显示富文本内容 ============== START
{$hc_content.content|raw}
显示富文本内容 ============== END


文章详情 中的附件信息展示 ====== START
{volist name="$hc_content['main_content']['more_file']" id="vo"}
{$vo['name']|default=''} 预览 下载
{/volist}
文章详情 中的附件信息展示 ====== END

详情内容 ====================== END



{hcTaglib:preContent /}

返回列表

{hcTaglib:nextContent /}