2010-06-28 10:37:49 +00:00
|
|
|
|
<?php
|
|
|
|
|
/*
|
|
|
|
|
***************************************************************
|
|
|
|
|
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
|
|
|
|
|
| @ Author : ArslanHassan
|
|
|
|
|
| @ Software : ClipBucket , <EFBFBD> PHPBucket.com
|
|
|
|
|
****************************************************************
|
|
|
|
|
*/
|
|
|
|
|
define('THIS_PAGE','index');
|
|
|
|
|
require 'includes/config.inc.php';
|
|
|
|
|
|
|
|
|
|
$pages->page_redir();
|
|
|
|
|
|
|
|
|
|
if(is_installed('editorspick'))
|
|
|
|
|
{
|
|
|
|
|
assign('editor_picks',get_ep_videos());
|
|
|
|
|
}
|
|
|
|
|
|
2010-06-28 10:40:17 +00:00
|
|
|
|
//i love coding :)
|
2010-06-28 10:37:49 +00:00
|
|
|
|
|
|
|
|
|
//Displaying The Template
|
|
|
|
|
template_files('index.html');
|
|
|
|
|
display_it();
|
|
|
|
|
|
2009-08-25 12:16:42 +00:00
|
|
|
|
?>
|