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:

setparameter.php
75 75
$caller = "setparameter";
76 76

  
77 77
// Setup template object, parse vars to it, then parse it
78
$ThemePath = realpath(WB_PATH.$admin->correct_theme_source('setparameter.htt'));
79 78
// Create new template object
80
$template = new Template($ThemePath);
79
$template = new Template(dirname($admin->correct_theme_source('setparameter.htt')));
81 80
$template->set_file('page', 'setparameter.htt');
82 81
$template->set_block('page', 'main_block', 'main');
83 82
if ($_SESSION['GROUP_ID'] != 1) {

Also available in: Unified diff