Revision 1625
Added by Luisehahne over 13 years ago
| index.php | ||
|---|---|---|
| 74 | 74 |
} |
| 75 | 75 |
|
| 76 | 76 |
// Setup template object, parse vars to it, then parse it |
| 77 |
$ThemePath = realpath(WB_PATH.$admin->correct_theme_source('start.htt'));
|
|
| 78 | 77 |
// Create new template object |
| 79 |
$template = new Template($ThemePath);
|
|
| 78 |
$template = new Template(dirname($admin->correct_theme_source('start.htt')));
|
|
| 80 | 79 |
$template->set_file('page', 'start.htt');
|
| 81 | 80 |
$template->set_block('page', 'main_block', 'main');
|
| 82 | 81 |
|
Also available in: Unified diff
! update correct_theme_source and fixed the call in all files