slitaz-forge view forum/my-templates/slitaz/footer.php @ rev 350

forum: add qrcode pseudo link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 25 17:34:27 2013 +0100 (2013-03-25)
parents 70511bea2eeb
children ced643b618ba
line source
1 </div>
2 </div>
4 <script type="text/javascript" src="qrcode.js"></script>
6 <div id="footer" role="contentinfo">
7 Copyright &copy; <?php echo date('Y'); ?>
8 <a href="http://www.slitaz.org/">SliTaz</a> Powered by
9 <a href="http://bbpress.org">bbPress</a> - Network:
10 <a href="http://scn.slitaz.org/">Community</a>
11 <a href="http://doc.slitaz.org/">Doc</a>
12 <a href="http://forum.slitaz.org/">Forum</a>
13 <a href="http://pkgs.slitaz.org/">Packages</a>
14 <a href="http://bugs.slitaz.org">Bugs</a>
15 <a href="http://hg.slitaz.org/">Hg</a>
16 <p>
17 <img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
18 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
19 <a href="http://twitter.com/slitaz">Twitter</a>
20 <a href="http://www.facebook.com/slitaz">Facebook</a>
21 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
22 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
23 <a href="http://flattr.com/profile/slitaz">Flattr</a>
24 </p>
26 <!-- If you like showing off the fact that your server rocks -->
27 <!-- <p class="showoff">
28 <?php
29 global $bbdb;
30 printf(
31 __( 'This page generated in %s seconds, using %d queries.' ),
32 bb_number_format_i18n( bb_timer_stop(), 2 ),
33 bb_number_format_i18n( $bbdb->num_queries )
34 );
35 ?>
36 </p> -->
37 </div>
39 <?php do_action('bb_foot'); ?>
41 </body>
42 </html>