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

Removed old vanilla file and add BBpress theme
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 02:14:22 2011 +0200 (2011-04-06)
parents
children 30a72bea782e
line source
1 </div>
2 </div>
3 <div id="footer" role="contentinfo">
4 Copyright &copy; 2011
5 <a href="http://www.slitaz.org/">SliTaz</a> Powered by
6 <a href="http://bbpress.org">bbPress</a> - Network:
7 <a href="http://scn.slitaz.org/">Community</a>
8 <a href="http://doc.slitaz.org/">Doc</a>
9 <a href="http://forum.slitaz.org/">Forum</a>
10 <a href="http://pkgs.slitaz.org/">Packages</a>
11 <a href="http://labs.slitaz.org/issues">Bugs</a>
12 <a href="http://hg.slitaz.org/">Hg</a>
13 <p>
14 SliTaz @
15 <a href="http://twitter.com/slitaz">Twitter</a>
16 <a href="http://www.facebook.com/slitaz">Facebook</a>
17 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
18 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
19 <a href="http://flattr.com/profile/slitaz">Flattr</a>
20 </p>
22 <!-- If you like showing off the fact that your server rocks -->
23 <!-- <p class="showoff">
24 <?php
25 global $bbdb;
26 printf(
27 __( 'This page generated in %s seconds, using %d queries.' ),
28 bb_number_format_i18n( bb_timer_stop(), 2 ),
29 bb_number_format_i18n( $bbdb->num_queries )
30 );
31 ?>
32 </p> -->
33 </div>
35 <?php do_action('bb_foot'); ?>
37 </body>
38 </html>