示例#1
0
		</div>
	</div>
	<div id="footer" role="contentinfo">
		<p><?php 
printf(__('%1$s is proudly powered by <a href="%2$s">bbPress</a>.'), bb_option('name'), "http://bbpress.org");
?>
. <a href="http://www.simplescripts.com" title="install bbpress">Install bbPress</a></p>

		<!-- If you like showing off the fact that your server rocks -->
		<!-- <p class="showoff">
<?php 
global $bbdb;
printf(__('This page generated in %s seconds, using %d queries.'), bb_number_format_i18n(bb_timer_stop(), 2), bb_number_format_i18n($bbdb->num_queries));
?>
		</p> -->
	</div>

<?php 
do_action('bb_foot');
?>

</body>
</html>
示例#2
0
<?php

/**
 * @author Perberos perberos@gmail.com
 * 
 * @package OpenGame
 * @version 0.01
 * @copyright (c) 2008 Ugamela
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 */
?>
<div id="footer">
	<p><?php 
printf(__('%1$s is proudly powered by <a href="%2$s">bbPress</a>.'), bb_option('name'), "http://bbpress.org");
?>
	OpenGame theme by <a href="http://ugamela.com/" target="_new">Ugamela</a><br>
	<!-- If you remove/edit the copyright, a cat will eat your finger. -->
	Page generated in <?php 
bb_timer_stop(1);
?>
 - <?php 
echo $bbdb->num_queries;
?>
 queries</p>
</div>
<?php 
do_action('bb_foot', '');
?>
</body>
</html>
示例#3
0
	</div>
</div>

<div id="end">
	<div class="page">
		<div class="sidebar" style="margin-top: -1.6em">
			<a href="http://bbpress.org"><img valign="middle" src="<?php 
echo bb_get_active_theme_uri();
?>
image/wp-logo2.png" width="50" height="50" alt="bbPress Logo"/></a>
			
			<?php 
_e('Theme', 'guangzhou');
?>
: <a href="http://urbangiraffe.com/themes/guangzhou/" title="<?php 
printf(__('Get this theme that took %d queries and %s seconds to generate', 'guangzhou'), $bbdb->num_queries, bb_timer_stop());
?>
"><?php 
_e('Guangzhou', 'guangzhou');
?>
</a>
		</div>

		<div class="content">
			<?php 
do_action('bb_foot', '');
?>
		</div>

		<div style="clear: both"></div>
	</div>