Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
{**
* footer.tpl
*
* Copyright (c) 2003-2005 The Public Knowledge Project
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Common site footer.
*
* $Id: footer.tpl,v 1.14 2006/01/05 19:32:40 alec Exp $
*}
</div><!-- content -->
</div><!-- main -->
</div><!-- body -->
{get_debug_info}
{if $enableDebugStats}
<div id="footer">
<div id="footerContent">
{if $pageFooter}
<br /><br />
{$pageFooter}
{/if}
<div class="debugStats">
{translate key="debug.executionTime"}: {$debugExecutionTime|string_format:"%.4f"}s<br />
{translate key="debug.databaseQueries"}: {$debugNumDatabaseQueries}<br/>
{if $debugNotes}
<strong>{translate key="debug.notes"}</strong><br/>
{foreach from=$debugNotes item=note}
{translate key=$note[0] params=$note[1]}<br/>
{/foreach}
{/if}
</div>
</div><!-- footerContent -->
</div><!-- footer -->
{/if}
</div><!-- container -->
</body>
</html>
Return to OJS Technical Support
Users browsing this forum: No registered users and 4 guests