gpttemp
This commit is contained in:
24
code/app/home/view/videoGpt1/head/head_74.html
Normal file
24
code/app/home/view/videoGpt1/head/head_74.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<header class="{$TpStyle.dom_prefix}-h74-drop">
|
||||
<div class="{$TpStyle.dom_prefix}-h74-bar">
|
||||
<a href="/" class="{$TpStyle.dom_prefix}-h74-brand">{$DomainModel->d_name}</a>
|
||||
<button type="button"
|
||||
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h74-open')">
|
||||
分类导航
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-h74-mask"
|
||||
onclick="document.body.classList.remove('{$TpStyle.dom_prefix}-h74-open')"></div>
|
||||
|
||||
<nav class="{$TpStyle.dom_prefix}-h74-panel">
|
||||
<div class="{$TpStyle.dom_prefix}-h74-home">
|
||||
<a href="/">首页</a>
|
||||
</div>
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<a class="{if $val.v_category_en==$Request.route.strParentCategory}active{/if}"
|
||||
href="{site:vciurl parent_category='$val.v_category_en' /}">
|
||||
{$val.v_category}
|
||||
</a>
|
||||
{/video:categorytype}
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user