Code documentation updated
This commit is contained in:
parent
adade40ab9
commit
d44413960a
1 changed files with 9 additions and 11 deletions
|
@ -1,24 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
//test comment
|
|
||||||
/*
|
/**
|
||||||
***************************************************************
|
* File: Index
|
||||||
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
|
* Description: FIle used for dispaying home page
|
||||||
| @ Author : ArslanHassan
|
* @author: Arslan Hassan
|
||||||
| @ Software : ClipBucket , <EFBFBD> PHPBucket.com
|
* @since: 2007
|
||||||
****************************************************************
|
* @website: clip-bucket.com
|
||||||
|
* Copyright (c) 2007-2016 Clip-Bucket.com. All rights reserved
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('THIS_PAGE','index');
|
define('THIS_PAGE','index');
|
||||||
|
|
||||||
require 'includes/config.inc.php';
|
require 'includes/config.inc.php';
|
||||||
|
|
||||||
|
|
||||||
$pages->page_redir();
|
$pages->page_redir();
|
||||||
|
|
||||||
if(is_installed('editorspick'))
|
if(is_installed('editorspick'))
|
||||||
{
|
{
|
||||||
assign('editor_picks',get_ep_videos());
|
assign('editor_picks',get_ep_videos());
|
||||||
}
|
}
|
||||||
|
|
||||||
//Displaying The Template
|
//Displaying The Template
|
||||||
template_files('index.html');
|
template_files('index.html');
|
||||||
display_it();
|
display_it();
|
||||||
|
|
Loading…
Add table
Reference in a new issue