{$vdo.title|ucfirst}
Published : {$vdo.date_added|nicetime}
{AutoLinkUrls($vdo.description|unescape:"html")}
-
{lang code='category'} :
{$vdo.category|categories:video}
-
{lang('tags')} :
{$vdo.tags|tags:videos}
{$video=$vdo} {$type='video'} {if $smarty.get.play_list} {foreach $items as $key => $item} {if $item.videokey == $vdo.videokey} {$current_key = $key} {/if} {/foreach} {$next_item_key = $current_key+1} {$prev_item_key = $current_key-1} {assign var=count_index value=count($items)} {if $next_item_key==$count_index} {$next_videoLink = '#'} {else} {$next_videoLink = videoLink($items.$next_item_key)} {/if} {if $items.$prev_item_key==0} {$prev_videoLink = '#'} {else} {$prev_videoLink = videoLink($items.$prev_item_key)} {/if} {$vdo.next_playlist_link = $next_videoLink} {/if} {$channel = $userquery->get_user_details($video.userid)}
Published : {$vdo.date_added|nicetime}
{AutoLinkUrls($vdo.description|unescape:"html")}
{$vdo.category|categories:video}
{$vdo.comments_count} {lang code='comments'}