gpttemp
This commit is contained in:
13
code/app/home/view/videoGpt1/head/head_69.html
Normal file
13
code/app/home/view/videoGpt1/head/head_69.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<header class="{$TpStyle.dom_prefix}-h69-bar">
|
||||
<a href="/" class="{$TpStyle.dom_prefix}-h69-brand">{$DomainModel->d_name}</a>
|
||||
<button type="button"
|
||||
class="{$TpStyle.dom_prefix}-h69-toggle"
|
||||
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h69-open')">
|
||||
分类
|
||||
</button>
|
||||
<nav class="{$TpStyle.dom_prefix}-h69-drawer">
|
||||
{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