slitaz-forge view scn/themes/slitaz/footer.php @ rev 359

Fix qrcode.js path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 27 12:13:25 2013 +0100 (2013-03-27)
parents 57d3af1446c3
children 5fa7c0df4e0d
line source
1 </div> <!-- #container -->
3 <?php do_action( 'bp_after_container' ) ?>
4 <?php do_action( 'bp_before_footer' ) ?>
6 <script type="text/javascript" src="/wp-content/themes/custom-community/qrcode.js"></script>
8 <div id="footer">
9 <p>Copyright &copy; <?php echo date('Y'); ?>
10 <a href="http://www.slitaz.org">SliTaz</a> - SCN is
11 proudly powered by <a href="http://wordpress.org">WordPress</a>
12 and <a href="http://buddypress.org">BuddyPress</a>
13 </p>
14 <p>
15 <img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
16 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
17 <a href="http://twitter.com/slitaz">Twitter</a>
18 <a href="http://www.facebook.com/slitaz">Facebook</a>
19 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
20 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
21 <a href="http://flattr.com/profile/slitaz">Flattr</a>
22 </p>
24 <?php do_action( 'bp_footer' ) ?>
25 </div><!-- #footer -->
27 <?php do_action( 'bp_after_footer' ) ?>
29 <?php wp_footer(); ?>
31 </body>
33 </html>