{include file="header.html" title_page="$title videos" title_inner="$title"}

Added: {$published|date_format}

From: {$author}

Duration: {math equation="floor(x / 60)" x=$duration}:{math equation="x % 60" x=$duration}

{$description}

Channel: {$category}

Tags: {section loop=$keywords name=l} {$keywords[l].keyword|lower}  {/section}


Rating: {$rating_average} ({$rating_num_raters} ratings)    Views: {$view_count}    Comments: {$total_comments}

{section loop=$comments name=j} {if $smarty.section.j.index is even}
{else}
{/if}

{$comments[j].author.0.name} Says:

{$comments[j].published|date_format} - {$comments[j].content}

{/section} {include file="footer.html"}