13 lines
474 B
HTML
13 lines
474 B
HTML
|
|
<li class="col-md-6 col-xs-4 padding-0">
|
|
{if !empty($arrGrm[$key + [start]])}
|
|
{$arrGrm[$key+[start]]|raw}
|
|
{/if}
|
|
<a class="top-line-dot text-overflow"
|
|
href='{site:vurl v_id='$vo.v_id' v_py='$vo.v_name_en'/}'
|
|
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
|
<i class="icon iconfont icon-more pull-right text-muted"></i>
|
|
{$Video.v_name}
|
|
</a>
|
|
</li>
|