updated: videos are now working

This commit is contained in:
sajjadcb 2014-03-27 10:43:28 +00:00
parent 569c56dd92
commit 7d6ce5e69f

View file

@ -71,7 +71,10 @@ if($udetails)
Assign('videos', $videos);
$firstVideo = isset($videos[0]) ? $videos[0] : false;
//$firstVideo = $cbvid->get_video($firstVideo['videoid']);
echo "hm";
Assign('firstVideo', $firstVideo);
//Collecting Data for Pagination
$vcount = $vid_cond;
$counter = get_counter('video',$count_query);