Added : Lang phrases
This commit is contained in:
parent
5d4d9ca300
commit
66b29db80e
2 changed files with 1 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
@ -51,12 +51,8 @@ if(video_playable($vkey))
|
|||
{
|
||||
$cbvideo->action->add_to_fav($vdo['videoid']);
|
||||
}
|
||||
$p = array("user"=>userid(),"type"=>"videos");
|
||||
$u_collects = $cbcollection->get_collections($p);
|
||||
|
||||
assign('vdo',$vdo);
|
||||
assign('user',$userquery->get_user_details($vdo['userid']));
|
||||
assign('uc',$u_collects);
|
||||
subtitle($vdo['title']);
|
||||
|
||||
}else
|
||||
|
|
Loading…
Add table
Reference in a new issue