2014-02-10 13:06:48 +00:00
|
|
|
<div class="row text-center">
|
|
|
|
<div class="col-md-10 col-md-offset-1 videoThumbBox">
|
|
|
|
<div class="text-center">
|
|
|
|
<h4>
|
|
|
|
<a title="{$video.title|title}" href="{videoLink($video)}">{$video.title|title|truncate:10}</a>
|
|
|
|
</h4>
|
|
|
|
<small>
|
|
|
|
<a class="show" href="{$userquery->profile_link($video)}">{$video.username}</a>
|
|
|
|
</small>
|
|
|
|
<p>
|
|
|
|
{$vide.description}
|
|
|
|
</p>
|
2014-02-13 11:29:11 +00:00
|
|
|
<small class="show">{$video.date_added|niceTime}</small>
|
2014-01-18 13:35:29 +00:00
|
|
|
</div>
|
2014-02-10 13:06:48 +00:00
|
|
|
<a href="{videoLink($video)}" title="{$video.title|title}">
|
|
|
|
<img class="" src="{getThumb vdetails=$video}"/>
|
|
|
|
</a>
|
2014-01-18 13:35:29 +00:00
|
|
|
</div>
|
|
|
|
</div>
|