2010-07-18 20:14:21 +00:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
***************************************************************
|
|
|
|
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
|
|
|
|
| @ Author : ArslanHassan
|
2012-04-30 10:49:46 +00:00
|
|
|
| @ Software : ClipBucket , © PHPBucket.com
|
2010-07-18 20:14:21 +00:00
|
|
|
****************************************************************
|
|
|
|
*/
|
2011-09-13 07:41:46 +00:00
|
|
|
|
2010-07-18 20:14:21 +00:00
|
|
|
define('THIS_PAGE','index');
|
2012-07-25 19:02:56 +00:00
|
|
|
|
2010-07-18 20:14:21 +00:00
|
|
|
require 'includes/config.inc.php';
|
|
|
|
|
|
|
|
$pages->page_redir();
|
|
|
|
|
|
|
|
if(is_installed('editorspick'))
|
|
|
|
{
|
2012-06-12 10:31:46 +00:00
|
|
|
assign('editor_picks',get_ep_videos());
|
2010-07-18 20:14:21 +00:00
|
|
|
}
|
2011-01-05 10:34:15 +00:00
|
|
|
|
2012-08-16 20:10:07 +00:00
|
|
|
|
2012-04-30 10:49:46 +00:00
|
|
|
//i love coding :)
|
2010-07-18 20:14:21 +00:00
|
|
|
|
|
|
|
//Displaying The Template
|
|
|
|
template_files('index.html');
|
|
|
|
display_it();
|
2009-08-25 12:16:42 +00:00
|
|
|
?>
|