Revision 944
Added by Matthias almost 16 years ago
index.php | ||
---|---|---|
30 | 30 |
require_once(WB_PATH.'/framework/functions-utf8.php'); |
31 | 31 |
|
32 | 32 |
// Create new template object for the preferences form |
33 |
$template = new Template(ADMIN_PATH.'/preferences');
|
|
34 |
$template->set_file('page', 'template.html');
|
|
33 |
$template = new Template(THEME_PATH.'/templates');
|
|
34 |
$template->set_file('page', 'preferences.htt');
|
|
35 | 35 |
$template->set_block('page', 'main_block', 'main'); |
36 | 36 |
|
37 | 37 |
// Get existing value from database |
Also available in: Unified diff
added skinable Admin Interface