2013-10-07 12:17:06 +00:00
|
|
|
|
<?php
|
2013-12-01 21:41:08 +00:00
|
|
|
|
//test comment
|
2013-10-07 12:17:06 +00:00
|
|
|
|
/*
|
|
|
|
|
***************************************************************
|
|
|
|
|
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
|
|
|
|
|
| @ Author : ArslanHassan
|
2013-11-08 10:44:47 +00:00
|
|
|
|
| @ Software : ClipBucket , <EFBFBD> PHPBucket.com
|
2013-10-07 12:17:06 +00:00
|
|
|
|
****************************************************************
|
|
|
|
|
*/
|
|
|
|
|
define('THIS_PAGE','index');
|
2014-01-17 10:27:54 +00:00
|
|
|
|
|
2013-10-07 12:17:06 +00:00
|
|
|
|
require 'includes/config.inc.php';
|
|
|
|
|
|
|
|
|
|
$pages->page_redir();
|
|
|
|
|
|
|
|
|
|
if(is_installed('editorspick'))
|
|
|
|
|
{
|
|
|
|
|
assign('editor_picks',get_ep_videos());
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-25 13:12:52 +00:00
|
|
|
|
//$videos = get_videos($vlist);
|
|
|
|
|
//Assign('videos', $videos);
|
2014-02-10 14:02:24 +00:00
|
|
|
|
|
2013-10-07 12:17:06 +00:00
|
|
|
|
//i love coding :)
|
|
|
|
|
|
|
|
|
|
//Displaying The Template
|
|
|
|
|
template_files('index.html');
|
|
|
|
|
display_it();
|
|
|
|
|
?>
|