clipbucket/upload/admin_area/templates.php

23 lines
728 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();
2010-04-24 08:06:56 +00:00
$userquery->perm_check('manage_template_access',true);
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
?>