added videos to index.php page
This commit is contained in:
parent
140b37b19a
commit
632d073505
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ if(is_installed('editorspick'))
|
|||
assign('editor_picks',get_ep_videos());
|
||||
}
|
||||
|
||||
$videos = get_videos($vlist);
|
||||
Assign('videos', $videos);
|
||||
|
||||
//i love coding :)
|
||||
|
||||
//Displaying The Template
|
||||
|
|
Loading…
Add table
Reference in a new issue