blob: 82c16c19548a226dea83806d6356bbe23501a2ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{* $Header: /cvsroot/bitweaver/_bit_kernel/templates/footer.tpl,v 1.2 2005/07/17 17:36:06 squareing Exp $ *}
{*if $gBitUser->isAdmin() and $gBitSystem->isFeatureActive( 'feature_debug_console' )*}
{* Include debugging console. Note it should be processed as near as possible to the end of file *}
{php}
if (defined("DEBUG_PKG_PATH")) {
include_once( DEBUG_PKG_PATH.'debug_console.php' );
}
{/php}
{* {include file="bitpackage:debug/debug_console"} *}
{*/if*}
</body>
</html>
|