clipbucket/upload/index.php
Arslan Hassan c703692e7e Added : Ajaxed msgs notifications :D
Fixed : Friend requests system
Added : unseen,unread options for recipients
2013-01-04 14:28:09 +00:00

28 lines
No EOL
708 B
PHP

<?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());
}
//i love coding :) 2012
//$userquery->add_friend_request(array('userid'=>userid(),'friend_id'=>2,'message'=>'This is a test message'));
//Displaying The Template
template_files('index.html');
display_it();
?>