X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Ffooter.inc;h=68f76f35ef0c0696424b66d4cd2867f9928dee36;hb=6e0c436eff1b7664473ea0dd1264b78f096a7808;hp=23318932abfc68376ad4f2f4d76043fb29b59f23;hpb=303eb17e9cdd9702eee9fdfcaee51e654a1da541;p=fa-stable.git diff --git a/includes/page/footer.inc b/includes/page/footer.inc index 23318932..68f76f35 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -11,7 +11,7 @@ ***********************************************************************/ function page_footer($no_menu=false, $is_index=false, $hide_back_link=false) { - global $path_to_root, $js_lib, $Validate, $Editors, $Ajax; + global $path_to_root, $js_lib, $Validate, $Editors, $Ajax, $sql_queries; include_once($path_to_root."/themes/".user_theme()."/renderer.php"); $rend = new renderer(); @@ -32,6 +32,12 @@ function page_footer($no_menu=false, $is_index=false, $hide_back_link=false) foreach($js_lib as $text) echo $text; echo "\n-->\n"; + + if ($sql_queries) { + div_start('footer_debug'); + echo "
$sql_queries
"; + div_end(); + } echo "\n"; }