Project

General

Profile

« Previous | Next » 

Revision 1012

Added by Matthias almost 15 years ago

Major fixes on backend to get XHTML valid output (Thanks to Luisehahne)

View differences:

footer.htt
14 14
	</td>
15 15
</tr>
16 16
</table>
17

  
17 18
<script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>
18 19
<script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script>
19 20
<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/unitpngfix/unitpngfix.js"></script><![endif]-->
20 21
<script language="javascript" type="text/javascript">
21 22

  
22
        if($("a[rel^='lightbox']").length) {
23
            $.insert("{THEME_URL}/css/jquery-slimbox2.css");
24
            $.insert("{WB_URL}/include/jquery/plugins/jquery-slimbox2-min.js");
25
          }
26 23

  
27 24
        if($(".jcalendar").length) {
28 25
            $.insert("{WB_URL}/include/jscalendar/calendar-system.css");
......
32 29
            $.insert("{WB_URL}/modules/jsadmin/backend.css");
33 30
          }
34 31

  
32
        if($("a[rel^='lightbox']").length) {
33
            $.insert("{THEME_URL}/css/jquery-slimbox2.css");
34
            $.insert("{WB_URL}/include/jquery/plugins/jquery-slimbox2-min.js");
35
          }
35 36

  
36 37
</script>
37 38
{JS_THEME_INC_PHP}
38

  
39 39
</body>
40 40
</html>
41 41
<!-- END footer_block -->

Also available in: Unified diff