{$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)}
{FlashPlayer vdetails=$vdo width='100%' height='100%'}

{$vdo.title|ucfirst}

Published :  {$vdo.date_added|nicetime}

{$vdo.username}
{if $video.userid != userid()} {/if}

{AutoLinkUrls($vdo.description|unescape:"html")}



{$vdo.comments_count} {lang code='comments'}

{if $vdo.comments_count > 10}
{/if}
{if $myquery->is_commentable($vdo,'v')}
{include file="$style_dir/blocks/comments/add_comment.html" id=$vdo.videoid type=v}
{else}
{lang code='comm_disabled_for_vid'}
{/if}
{AD place='ad_728x90'}