Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1051)
+++ trunk/CHANGELOG	(revision 1052)
@@ -11,7 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.0 -------------------------------------
-09-July-2009 Matthias
+09-July-2009 Matthias Gallas
+#	Fixed bug that backend.js is not loaded in backend themes (ticket #740)
 #	Fixed wrong path to unitpngfix.js and added missing script
 #	Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)
 08-July-2009 Matthias Gallas
Index: trunk/wb/templates/classic_theme/templates/footer.htt
===================================================================
--- trunk/wb/templates/classic_theme/templates/footer.htt	(revision 1051)
+++ trunk/wb/templates/classic_theme/templates/footer.htt	(revision 1052)
@@ -36,7 +36,7 @@
           }
 
 </script>
-{JS_THEME_INC_PHP}
+{BACKEND_MODULE_JS}
 </body>
 </html>
 <!-- END footer_block -->
\ No newline at end of file
Index: trunk/wb/templates/wb_theme/templates/footer.htt
===================================================================
--- trunk/wb/templates/wb_theme/templates/footer.htt	(revision 1051)
+++ trunk/wb/templates/wb_theme/templates/footer.htt	(revision 1052)
@@ -36,7 +36,7 @@
           }
 
 </script>
-{JS_THEME_INC_PHP}
+{BACKEND_MODULE_JS}
 </body>
 </html>
 <!-- END footer_block -->
\ No newline at end of file
Index: trunk/wb/templates/argos_theme/templates/footer.htt
===================================================================
--- trunk/wb/templates/argos_theme/templates/footer.htt	(revision 1051)
+++ trunk/wb/templates/argos_theme/templates/footer.htt	(revision 1052)
@@ -37,7 +37,7 @@
           }
 
 </script>
-{JS_THEME_INC_PHP}
+{BACKEND_MODULE_JS}
 </body>
 </html>
 <!-- END footer_block -->
\ No newline at end of file
