Mac Commit
This commit is contained in:
parent
5a50278ca8
commit
ff00072100
1 changed files with 24 additions and 22 deletions
|
@ -1,23 +1,25 @@
|
|||
<?php
|
||||
/*
|
||||
***************************************************************
|
||||
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
|
||||
| @ Author : ArslanHassan
|
||||
| @ Software : ClipBucket , © PHPBucket.com
|
||||
****************************************************************
|
||||
*/
|
||||
define('THIS_PAGE','index');
|
||||
require 'includes/config.inc.php';
|
||||
|
||||
$pages->page_redir();
|
||||
|
||||
if(is_installed('editorspick'))
|
||||
{
|
||||
assign('editor_picks',get_ep_videos());
|
||||
}
|
||||
|
||||
//Displaying The Template
|
||||
template_files('index.html');
|
||||
display_it();
|
||||
|
||||
<?php
|
||||
/*
|
||||
***************************************************************
|
||||
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
|
||||
| @ Author : ArslanHassan
|
||||
| @ Software : ClipBucket , © PHPBucket.com
|
||||
****************************************************************
|
||||
*/
|
||||
define('THIS_PAGE','index');
|
||||
require 'includes/config.inc.php';
|
||||
|
||||
$pages->page_redir();
|
||||
|
||||
if(is_installed('editorspick'))
|
||||
{
|
||||
assign('editor_picks',get_ep_videos());
|
||||
}
|
||||
|
||||
//This world is awsome!!
|
||||
|
||||
//Displaying The Template
|
||||
template_files('index.html');
|
||||
display_it();
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue