Project

General

Profile

« Previous | Next » 

Revision 1067

Added by Matthias over 15 years ago

changed modules/admin.php to also make use of backend theme templates

View differences:

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