Project

General

Profile

« Previous | Next » 

Revision 1052

Added by Matthias almost 15 years ago

Fixed bug that backend.js is not loaded in backend themes (ticket #740)

View differences:

trunk/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
------------------------------------- 2.8.0 -------------------------------------
14
09-July-2009 Matthias
14
09-July-2009 Matthias Gallas
15
#	Fixed bug that backend.js is not loaded in backend themes (ticket #740)
15 16
#	Fixed wrong path to unitpngfix.js and added missing script
16 17
#	Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)
17 18
08-July-2009 Matthias Gallas
trunk/wb/templates/classic_theme/templates/footer.htt
36 36
          }
37 37

  
38 38
</script>
39
{JS_THEME_INC_PHP}
39
{BACKEND_MODULE_JS}
40 40
</body>
41 41
</html>
42 42
<!-- END footer_block -->
trunk/wb/templates/wb_theme/templates/footer.htt
36 36
          }
37 37

  
38 38
</script>
39
{JS_THEME_INC_PHP}
39
{BACKEND_MODULE_JS}
40 40
</body>
41 41
</html>
42 42
<!-- END footer_block -->
trunk/wb/templates/argos_theme/templates/footer.htt
37 37
          }
38 38

  
39 39
</script>
40
{JS_THEME_INC_PHP}
40
{BACKEND_MODULE_JS}
41 41
</body>
42 42
</html>
43 43
<!-- END footer_block -->

Also available in: Unified diff