debug-video-index
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
{block name="strPageCode"}
|
||||
<?php $strPageCode = 'home'; ?>
|
||||
{/block}
|
||||
|
||||
<body class="active {block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
|
||||
<header class="myui-header__top clearfix top-fixed headroom--top headroom--not-bottom" id="header-top">
|
||||
@@ -49,7 +51,18 @@
|
||||
</a>
|
||||
</div>
|
||||
<ul class="myui-header__menu nav-menu">
|
||||
<li class="{if $Request.route.strParentCategory == ''}active{/if} visible-inline-lg"><a class="logo" href="/">首页</a></li>
|
||||
{if $DomainModel->info_id > 0}
|
||||
<li class="{if $strPageCode == 'info'}active{/if} visible-inline-lg">
|
||||
<a class="logo" href="/">首页</a>
|
||||
</li>
|
||||
<li class=' {if $strPageCode == "home"}active{/if} visible-inline-lg' >
|
||||
<a class="logo" href="/vindex">影视首页</a>
|
||||
</li>
|
||||
{else}
|
||||
<li class=' {if $strPageCode == "home"}active{/if} visible-inline-lg'>
|
||||
<a class="logo" href="/">首页</a>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<li class=" visible-inline-lg {if $val.v_category_en == $Request.route.strParentCategory}active{/if}">
|
||||
|
||||
Reference in New Issue
Block a user