gpttemp
This commit is contained in:
15
code/app/home/view/videoGpt1/head/head_67.html
Normal file
15
code/app/home/view/videoGpt1/head/head_67.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<header class="{$TpStyle.dom_prefix}-h67-fracture">
|
||||
<div class="{$TpStyle.dom_prefix}-h67-top">
|
||||
<a href="/" class="{$TpStyle.dom_prefix}-h67-brand">{$DomainModel->d_name}</a>
|
||||
<button type="button"
|
||||
class="{$TpStyle.dom_prefix}-h67-toggle"
|
||||
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h67-open')">
|
||||
分类
|
||||
</button>
|
||||
</div>
|
||||
<nav class="{$TpStyle.dom_prefix}-h67-nav">
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<a href="{site:vciurl parent_category='$val.v_category_en' /}">{$val.v_category}</a>
|
||||
{/video:categorytype}
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user