debug
This commit is contained in:
@@ -127,14 +127,17 @@
|
||||
</a>
|
||||
</li>
|
||||
{/video:categorytype}
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
||||
{if $arrChildrenCategory['v_category'] && !empty($arrChildrenCategory['v_category'])}
|
||||
<li class="col-lg-5 col-md-5 col-sm-5 col-xs-3 ">
|
||||
<a class="btn btn-sm btn-block {if $arrChildrenCategory.v_category_en == $Request.route.strCategory}btn-warm{else}btn-default{/if}"
|
||||
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"/}'>
|
||||
{$arrChildrenCategory.v_category}
|
||||
</a>
|
||||
</li>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/video:categorytype}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user