Revision 944
Added by Matthias almost 16 years ago
index.php | ||
---|---|---|
31 | 31 |
require_once(WB_PATH.'/framework/functions.php'); |
32 | 32 |
|
33 | 33 |
// Create new template object |
34 |
$template = new Template(ADMIN_PATH.'/admintools');
|
|
35 |
$template->set_file('page', 'template.html');
|
|
34 |
$template = new Template(THEME_PATH.'/templates');
|
|
35 |
$template->set_file('page', 'admintools.htt');
|
|
36 | 36 |
$template->set_block('page', 'main_block', 'main'); |
37 | 37 |
|
38 | 38 |
// Insert required template variables |
39 | 39 |
$template->set_var('ADMIN_URL', ADMIN_URL); |
40 |
$template->set_var('THEME_URL', THEME_URL); |
|
40 | 41 |
$template->set_var('HEADING_ADMINISTRATION_TOOLS', $HEADING['ADMINISTRATION_TOOLS']); |
41 | 42 |
|
42 | 43 |
// Insert tools into tool list |
Also available in: Unified diff
added skinable Admin Interface