Revision 944
Added by Matthias almost 16 years ago
index.php | ||
---|---|---|
29 | 29 |
$admin = new admin('Media', 'media'); |
30 | 30 |
|
31 | 31 |
// Setup template object |
32 |
$template = new Template(ADMIN_PATH.'/media');
|
|
33 |
$template->set_file('page', 'template.html');
|
|
32 |
$template = new Template(THEME_PATH.'/templates');
|
|
33 |
$template->set_file('page', 'media.htt');
|
|
34 | 34 |
$template->set_block('page', 'main_block', 'main'); |
35 | 35 |
|
36 | 36 |
// Include the WB functions file |
Also available in: Unified diff
added skinable Admin Interface