From 7d41b2d7f5eed4fa274a948fa2c96d150f453f0e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 27 Jul 2009 18:38:35 +0000 Subject: - Patch #519782 by tic2000: change to become a hidden region like page_top. --- modules/system/system.api.php | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 8986270b2..774370035 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -160,26 +160,6 @@ function hook_exit($destination = NULL) { ->execute(); } -/** - * Insert closing HTML. - * - * This hook enables modules to insert HTML just before the \ closing - * tag of web pages. This is useful for adding JavaScript code to the footer - * and for outputting debug information. It is not possible to add JavaScript - * to the header at this point, and developers wishing to do so should use - * hook_init() instead. - * - * @param $main - * Whether the current page is the front page of the site. - * @return - * The HTML to be inserted. - */ -function hook_footer($main = 0) { - if (variable_get('dev_query', 0)) { - return '
' . devel_query_table() . '
'; - } -} - /** * Perform necessary alterations to the JavaScript before it is presented on * the page. -- cgit v1.2.3