Project

General

Profile

« Previous | Next » 

Revision 1625

Added by Dietmar over 12 years ago

! update correct_theme_source and fixed the call in all files

View differences:

details.php
47 47
}
48 48

  
49 49
// Setup template object, parse vars to it, then parse it
50
$ThemePath = realpath(WB_PATH.$admin->correct_theme_source('modules_details.htt'));
51 50
// Create new template object
52
$template = new Template($ThemePath);
51
$template = new Template(dirname($admin->correct_theme_source('modules_details.htt')));
53 52
// $template->debug = true;
54 53
$template->set_file('page', 'modules_details.htt');
55 54
$template->set_block('page', 'main_block', 'main');

Also available in: Unified diff