modified
This commit is contained in:
parent
354b4e0c8e
commit
e86be0cb1b
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<img src="{getThumb vdetails=$video}" width="203" height="115" id="thumbs_{$video.videoid}" title=""/></a>
|
||||
<p class="duration1"><b class="color" style="position: absolute;right: 15px;">{if
|
||||
$video.duration>1}{$video.duration|SetTime}{else}00:00{/if}</b></p>
|
||||
<h5><a href="{videoLink($video)}" title="{$video.title|title}"><b>{$video.title|truncate:22}</b></a></h5>
|
||||
<h5><a href="{videoLink($video)}" title="{$video.title|title}"><b>{$video.title|truncate:16}</b></a></h5>
|
||||
<small class="font1 new1"><b>{lang code='views'} :{$video.views}</b></small>
|
||||
<small class="font2 new1"><b>{$video.date_added|niceTime}</b></small>
|
||||
<hr>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<img src="{getThumb vdetails=$video}" width="203" height="115" id="thumbs_{$video.videoid}" title=""/></a>
|
||||
<p class="duration1" style="margin-left: 25px;"><b class="color" >
|
||||
{if $video.duration>1}{$video.duration|SetTime}{else}00:00{/if}</b></p>
|
||||
<h5><a href="{videoLink($video)}" title="{$video.title|title}"><b>{$video.title|truncate:22}</b></a></h5>
|
||||
<h5><a href="{videoLink($video)}" title="{$video.title|title}"><b>{$video.title|truncate:16}</b></a></h5>
|
||||
<small class="font1 new1"><b>{lang code='views'} :{$video.views}</b></small>
|
||||
<small class="font2 new1"><b>{$video.date_added|niceTime}</b></small>
|
||||
{if $check_type=='array'}
|
||||
|
|
Loading…
Add table
Reference in a new issue