Project

General

Profile

« Previous | Next » 

Revision 944

Added by Matthias about 15 years ago

added skinable Admin Interface

View differences:

users.php
49 49
	$user = $results->fetchRow();
50 50
	
51 51
	// Setup template object
52
	$template = new Template(ADMIN_PATH.'/users');
53
	$template->set_file('page', 'user_form.html');
52
	$template = new Template(THEME_PATH.'/templates');
53
	$template->set_file('page', 'users_form.htt');
54 54
	$template->set_block('page', 'main_block', 'main');
55 55
	$template->set_var(	array(
56 56
										'ACTION_URL' => ADMIN_URL.'/users/save.php',

Also available in: Unified diff