Revision 944
Added by Matthias almost 16 years ago
modify.php | ||
---|---|---|
55 | 55 |
} |
56 | 56 |
|
57 | 57 |
// Include page info script |
58 |
$template = new Template(ADMIN_PATH.'/pages');
|
|
59 |
$template->set_file('page', 'modify.html');
|
|
58 |
$template = new Template(THEME_PATH.'/templates');
|
|
59 |
$template->set_file('page', 'pages_modify.htt');
|
|
60 | 60 |
$template->set_block('page', 'main_block', 'main'); |
61 | 61 |
$template->set_var(array( |
62 | 62 |
'PAGE_ID' => $results_array['page_id'], |
Also available in: Unified diff
added skinable Admin Interface