debug
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<div class="stui-header__search">
|
||||
<form id="search" name="search" method="get" action="{$strSearchListUrlTemp}">
|
||||
<input type="text" name="keyword" class="mac_wd form-control mac_input" value=""
|
||||
placeholder="请输入关键词..." autocomplete="off">
|
||||
placeholder="搜索电影、电视剧或演员名称..." autocomplete="off">
|
||||
<button class="submit" id="searchbutton" type="submit">
|
||||
<i class="icon iconfont icon-search"></i>
|
||||
</button>
|
||||
@@ -71,7 +71,6 @@
|
||||
</div>
|
||||
|
||||
<ul class="stui-header__menu type-slide">
|
||||
<!-- 首页 -->
|
||||
{if $DomainModel->info_id > 0}
|
||||
<li class="{if $Request.route.strParentCategory == ''}active{/if}">
|
||||
<a href="/">首页</a>
|
||||
@@ -85,7 +84,6 @@
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
<!-- 动态分类导航 -->
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<li class="{if $val.v_category_en == $Request.route.strParentCategory}active{/if}">
|
||||
<a href='{site:vciurl prent_category="$val.v_category_en" /}'>
|
||||
@@ -95,7 +93,7 @@
|
||||
{/video:categorytype}
|
||||
|
||||
<li>
|
||||
<a href="{$strRankUrlTemp}">排行榜</a>
|
||||
<a href="{$strRankUrlTemp}">总排行榜</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -127,11 +125,10 @@
|
||||
|
||||
{/block}
|
||||
|
||||
|
||||
<!-- 全局统计 -->
|
||||
{// 全局统计 }
|
||||
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
|
||||
|
||||
<!-- 站点统计 -->
|
||||
{// 站点统计 }
|
||||
{$DomainModel->d_statis|raw}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user