clipbucket/upload/admin_area/templates.php

23 lines
714 B
PHP
Raw Normal View History

2009-08-25 12:16:42 +00:00
<?php
/*
****************************************************************************************************
| Copyright (c) 2007-2008 Clip-Bucket.com. All rights reserved. |
| @ Author : ArslanHassan |
| @ Software : ClipBucket , © PHPBucket.com |
****************************************************************************************************
*/
require_once '../includes/admin_config.php';
$userquery->admin_login_check();
$pages->page_redir();
$userquery->login_check('admin_access');
2009-08-25 12:16:42 +00:00
if($_GET['change'])
{
$myquery->set_template($_GET['change']);
2009-08-25 12:16:42 +00:00
}
subtitle("Template Manager");
template_files('templates.html');
display_it();
2009-08-25 12:16:42 +00:00
?>