From 542883b8b030528695acf1235bcd286a72aa6227 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 18 Jan 2005 22:31:39 +0000 Subject: [PATCH] Finger pointer for lightbulbs! :-) --- ChangeLog | 1 + header.inc.php | 5 +++++ libraries/common.lib.php | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6e7e24e10..16a4f1c51 100755 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,7 @@ $Source$ - BerkeleyDB version information. * tbl_properties_operations.php, libraries/storage_engines.lib.php: Auto-generated engine selection dropdown. + * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs. 2005-01-17 Michael Keck * libraries/common.lib.php: modified function for diff --git a/header.inc.php b/header.inc.php index 9c405eed4..9ac0fe820 100644 --- a/header.inc.php +++ b/header.inc.php @@ -61,6 +61,11 @@ if (empty($GLOBALS['is_header_sent'])) { && typeof(parent.document.title) == 'string') { parent.document.title = ''; } + + document.write(''); + '; + return '' . $hint_message . ''; } /**