Files
SEONexus/code/app/home/view/videoGpt1/head/head_02.html
2025-12-31 00:49:32 +08:00

23 lines
1.1 KiB
HTML

<div class="{$TpStyle.dom_prefix}-q2r-wrap">
<div class="{$TpStyle.dom_prefix}-q2r-topline">
<span>高清流畅 · 多端自适应 · 实时更新</span>
</div>
<header class="{$TpStyle.dom_prefix}-q2r-main">
<div class="{$TpStyle.dom_prefix}-q2r-brand">
<a href="/" class="{$TpStyle.dom_prefix}-q2r-title">{$DomainModel->d_name}</a>
</div>
<nav class="{$TpStyle.dom_prefix}-q2r-menu">
{if $DomainModel->info_id > 0}
<a class="{if $strPageCode == 'info'}active{/if}" href="/">首页</a>
<a class="{if $strPageCode == 'home'}active{/if}" href="/vindex">影视首页</a>
{else}
<a class=' {if $strPageCode == "home"}active{/if} ' href="/">首页</a>
{/if}
{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>
</div>