Revision 1067
Added by Matthias over 16 years ago
| 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