Revision 944
Added by Matthias almost 16 years ago
details.php | ||
---|---|---|
45 | 45 |
$admin = new admin('Addons', 'templates_view'); |
46 | 46 |
|
47 | 47 |
// Setup template object |
48 |
$template = new Template(ADMIN_PATH.'/templates');
|
|
49 |
$template->set_file('page', 'details.html');
|
|
48 |
$template = new Template(THEME_PATH.'/templates');
|
|
49 |
$template->set_file('page', 'templates_details.htt');
|
|
50 | 50 |
$template->set_block('page', 'main_block', 'main'); |
51 | 51 |
|
52 | 52 |
// Insert values |
Also available in: Unified diff
added skinable Admin Interface