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:

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