updated: videos are now working
This commit is contained in:
parent
569c56dd92
commit
7d6ce5e69f
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue