Revision 1625
Added by Dietmar over 12 years ago
details.php | ||
---|---|---|
50 | 50 |
} |
51 | 51 |
|
52 | 52 |
// Setup template object, parse vars to it, then parse it |
53 |
$ThemePath = realpath(WB_PATH.$admin->correct_theme_source('languages_details.htt')); |
|
54 | 53 |
// Create new template object |
55 |
$template = new Template($ThemePath);
|
|
54 |
$template = new Template(dirname($admin->correct_theme_source('languages_details.htt')));
|
|
56 | 55 |
// $template->debug = true; |
57 | 56 |
$template->set_file('page', 'languages_details.htt'); |
58 | 57 |
$template->set_block('page', 'main_block', 'main'); |
Also available in: Unified diff
! update correct_theme_source and fixed the call in all files