File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ </div>
2
+ <!-- /container -->
3
+
4
+ <!-- footer -->
5
+ <footer id="site-footer" class="clearfix">
6
+
7
+ <div class="constrain">
8
+
9
+ <?php // get_sidebar( 'footer' ); ?>
10
+
11
+ <div class="col"></div>
12
+ <div id="legal">
13
+ <ul class="footer-site-links">
14
+ <li class="icon-learning-center icon"><a href="http://learn.jquery.com/">Learning Center</a></li>
15
+ <li class="icon-forum icon"><a href="http://forum.jquery.com/">Forum</a></li>
16
+ <li class="icon-api icon"><a href="http://api.jquery.com/">API</a></li>
17
+ <li class="icon-twitter icon"><a href="http://twitter.com/jquery">Twitter</a></li>
18
+ <li class="icon-irc icon"><a href="http://irc.jquery.com/">IRC</a></li>
19
+ </ul>
20
+ <p class="copyright">Copyright <?php echo date ('Y ' ); ?> <a href="http://jquery.org/team/">The jQuery Foundation</a>.<br /><span class="sponsor-line">Sponsored by <a href="http://mediatemple.net" class="mt-link">Media Temple</a> and <a href="http://jquery.org/sponsors/">others</a>.</span></p>
21
+ </div>
22
+ </div>
23
+ </footer>
24
+ <!-- /footer -->
25
+
26
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
27
+ <script>!window.jQuery && document.write(unescape('%3Cscript src="<?php echo get_template_directory_uri (); ?> /js/jquery-1.7.2.min.js"%3E%3C/script%3E'))</script>
28
+
29
+ <script id="tooltip-template" type="text/html">
30
+ <div class="tooltip">
31
+ <a href="${url}" title="${title}" class="jq-tooltip-branding"><img src="${preview}" /></a>
32
+ <ul>{{each(i,link) links}}<li><a href="${link[1]}">${link[0]}</a></li>{{/each}}</ul>
33
+ </div>
34
+ </script>
35
+
36
+ <script src="<?php echo get_template_directory_uri (); ?> /js/plugins/jquery.ba-outside-events.min.js"></script>
37
+ <script src="<?php echo get_template_directory_uri (); ?> /js/plugins.js"></script>
38
+ <script src="<?php echo get_template_directory_uri (); ?> /js/scripts.js"></script>
39
+
40
+ <!-- /scripts -->
41
+
42
+ <?php wp_footer (); ?>
43
+
44
+ </body>
45
+ </html>
Original file line number Diff line number Diff line change
1
+ /*
2
+ Theme Name: books-jquery-com
3
+ Template: jquery
4
+ */
You can’t perform that action at this time.
0 commit comments