diff options
| author | Christian Fowler <spider@viovio.com> | 2005-10-12 15:13:51 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-10-12 15:13:51 +0000 |
| commit | 32506efbcaba41d85c0f41197b92eea224058323 (patch) | |
| tree | 1775b0f1ccd10ff4c2e924814d104985fca80644 /templates/footer.tpl | |
| parent | 7ccbe895a45e54147b1fa67c4c47d84be9c6da2e (diff) | |
| download | kernel-32506efbcaba41d85c0f41197b92eea224058323.tar.gz kernel-32506efbcaba41d85c0f41197b92eea224058323.tar.bz2 kernel-32506efbcaba41d85c0f41197b92eea224058323.zip | |
merge recent changes to HEAD
Diffstat (limited to 'templates/footer.tpl')
| -rw-r--r-- | templates/footer.tpl | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/templates/footer.tpl b/templates/footer.tpl index 82c16c1..784454f 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -1,14 +1,9 @@ -{* $Header: /cvsroot/bitweaver/_bit_kernel/templates/footer.tpl,v 1.2 2005/07/17 17:36:06 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_kernel/templates/footer.tpl,v 1.3 2005/10/12 15:13:51 spiderr 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 *} + {* get custom footer files from individual packages *} + {foreach from=$gBitSystem->mStyles.footerIncFiles item=file} + {include file=$file} + {/foreach} - {php} - if (defined("DEBUG_PKG_PATH")) { - include_once( DEBUG_PKG_PATH.'debug_console.php' ); - } - {/php} -{* {include file="bitpackage:debug/debug_console"} *} -{*/if*} </body> </html> |
