Project

General

Profile

« Previous | Next » 

Revision 1289

Added by kweitzel over 14 years ago

Branch 2.8.1 merged back into Trunk

View differences:

footer.htt
5 5

  
6 6
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
7 7
<tr>
8
	<td align="center" style="font-size: 10px;">
9
		<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
10
		<a href="http://www.websitebaker.org/" style="color: #000000;" target="_blank">Website Baker</a>
11
		is	released under the
12
		<a href="http://www.gnu.org/licenses/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a>
13
		<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
8
	<td style="font-size: 12px; text-align:center;">
9
      <!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
10
      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
11
      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
12
      <!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
14 13
	</td>
15 14
</tr>
16 15
</table>
17

  
16
<!-- full skip link functionality in webkit browsers -->
17
<!--
18
<script src="{THEME_URL}/jquery/webkit-focusfix.js" type="text/javascript"></script>
19
-->
18 20
<script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>
19
<script src="{WB_URL}/include/jquery/jquery-ui-min.js" type="text/javascript"></script>
20 21
<script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script>
21
<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/unitpngfix.js"></script><![endif]-->
22
<script language="javascript" type="text/javascript">
22
<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/jquery-pngFix.js"></script><![endif]-->
23
<script src="{THEME_URL}/jquery/jquery-plugins.js" type="text/javascript"></script>
23 24

  
24

  
25
        if($(".jcalendar").length) {
26
            $.insert("{WB_URL}/include/jscalendar/calendar-system.css");
27
          }
28

  
29
        if($(".jsadmin").length) {
30
            $.insert("{WB_URL}/modules/jsadmin/backend.css");
31
          }
32

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

  
38
</script>
39 25
{BACKEND_BODY_MODULE_JS}
40 26
</body>
41 27
</html>

Also available in: Unified diff