diff --git a/upload/index.php b/upload/index.php index 84ffbc9a..41de7769 100644 --- a/upload/index.php +++ b/upload/index.php @@ -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