Ejemplo n.º 1
0
		<?php 
if (ENVIRONMENT == 'development') {
    ?>
			<p style="float: right; margin-right: 80px;">Page rendered in {elapsed_time} seconds, using {memory_usage}.</p>
		<?php 
}
?>
		
		<p>Powered by <a href="http://cibonfire.com" target="_blank">Bonfire <?php 
echo BONFIRE_VERSION;
?>
</a></p>
	</div>
	
	<div id="debug"></div>
	
	<script>
		head.js(<?php 
echo Assets::external_js(null, true);
?>
);
		head.js(<?php 
echo Assets::module_js(true);
?>
);
	</script>
	<?php 
echo Assets::inline_js();
?>
</body>
</html>
Ejemplo n.º 2
0
	
	<?php 
Template::block('nav_bottom', '');
?>
	
	<div id="loader">
		<div class="box">
			<img src="<?php 
echo Template::theme_url();
?>
images/ajax_loader.gif" />
		</div>
	</div>
	
	<div id="debug"><!-- Stores the Profiler Results --></div>
	
	<script>
		head.js(<?php 
echo Assets::external_js(null, true);
?>
);
	</script>
	<?php 
echo Assets::module_js();
?>
	<?php 
echo Assets::inline_js();
?>

</body>
</html>