Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1066)
+++ trunk/CHANGELOG	(revision 1067)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 15-July 2009 Matthias Gallas
+!	changed modules/admin.php to also make use of backend theme templates
 !	changed in class_login.php mktime() to time()
 14-July 2009 Matthias Gallas
 #	Fixed bug with sections are only editable in new backend-themes if blocks are enabled
Index: trunk/wb/modules/admin.php
===================================================================
--- trunk/wb/modules/admin.php	(revision 1066)
+++ trunk/wb/modules/admin.php	(revision 1067)
@@ -117,8 +117,8 @@
 }
 
 // Include page info script
-$template = new Template(ADMIN_PATH.'/pages');
-$template->set_file('page', 'modify.html');
+$template = new Template(THEME_PATH.'/templates');
+$template->set_file('page', 'pages_modify.htt');
 $template->set_block('page', 'main_block', 'main');
 $template->set_var(array(
 								'PAGE_ID' => $results_array['page_id'],
