clipbucket/upload/index.php

23 lines
560 B
PHP
Raw Normal View History

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