Revision 1067
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
15-July 2009 Matthias Gallas |
15 |
! changed modules/admin.php to also make use of backend theme templates |
|
15 | 16 |
! changed in class_login.php mktime() to time() |
16 | 17 |
14-July 2009 Matthias Gallas |
17 | 18 |
# Fixed bug with sections are only editable in new backend-themes if blocks are enabled |
trunk/wb/modules/admin.php | ||
---|---|---|
117 | 117 |
} |
118 | 118 |
|
119 | 119 |
// Include page info script |
120 |
$template = new Template(ADMIN_PATH.'/pages');
|
|
121 |
$template->set_file('page', 'modify.html');
|
|
120 |
$template = new Template(THEME_PATH.'/templates');
|
|
121 |
$template->set_file('page', 'pages_modify.htt');
|
|
122 | 122 |
$template->set_block('page', 'main_block', 'main'); |
123 | 123 |
$template->set_var(array( |
124 | 124 |
'PAGE_ID' => $results_array['page_id'], |
Also available in: Unified diff
changed modules/admin.php to also make use of backend theme templates