Revision 1625
Added by Luisehahne over 13 years ago
| settings.php | ||
|---|---|---|
| 90 | 90 |
} |
| 91 | 91 |
|
| 92 | 92 |
// Setup template object, parse vars to it, then parse it |
| 93 |
$ThemePath = realpath(WB_PATH.$admin->correct_theme_source('pages_settings.htt'));
|
|
| 94 | 93 |
// Create new template object |
| 95 |
$template = new Template($ThemePath);
|
|
| 94 |
$template = new Template(dirname($admin->correct_theme_source('pages_settings.htt')));
|
|
| 96 | 95 |
// $template->debug = true; |
| 97 | 96 |
$template->set_file('page', 'pages_settings.htt');
|
| 98 | 97 |
$template->set_block('page', 'main_block', 'main');
|
Also available in: Unified diff
! update correct_theme_source and fixed the call in all files