clipbucket/upload/myaccount.php

18 lines
653 B
PHP
Raw Normal View History

2009-08-25 12:16:42 +00:00
<?php
/*
****************************************************************************************************
| Copyright (c) 2007-2009 Clip-Bucket.com. All rights reserved. |
2009-08-25 12:16:42 +00:00
| @ Author : ArslanHassan |
| @ Software : ClipBucket , © PHPBucket.com |
****************************************************************************************************
*/
define("THIS_PAGE",'myaccount');
2009-08-25 12:16:42 +00:00
require 'includes/config.inc.php';
$userquery->logincheck();
subtitle(lang("my_account"));
assign('user',$userquery->get_user_details(userid()));
template_files('myaccount.html');
display_it();
2009-08-25 12:16:42 +00:00
?>