From 5b62573a1f36aba312b8d8155a3a37512d753423 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 9 Jan 2007 22:32:58 +0100 Subject: HTML_LOGINFORM_INJECTION event Another injection event similar to the existing ones to insert custom HTML into the login form. darcs-hash:20070109213258-7ad00-2d8b59c6a83b42231cdba845263b09821e2b0400.gz --- inc/html.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index 672430cf1..31ddf7631 100644 --- a/inc/html.php +++ b/inc/html.php @@ -41,7 +41,8 @@ function html_attbuild($attributes){ /** * The loginform * - * @author Andreas Gohr + * @author Andreas Gohr + * @triggers HTML_LOGINFORM_INJECTION */ function html_login(){ global $lang; @@ -67,6 +68,12 @@ function html_login(){
+ + +