From cf6df86f2c2a324311683edd44e657c9e75d0990 Mon Sep 17 00:00:00 2001 From: allah03 Date: Wed, 16 May 2001 23:49:59 +0000 Subject: [PATCH] Adding a hook on the signout page within the HTML output. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1371 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- doc/plugin.txt | 1 + src/signout.php | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/plugin.txt b/doc/plugin.txt index ccdff59d..a598e620 100644 --- a/doc/plugin.txt +++ b/doc/plugin.txt @@ -113,6 +113,7 @@ List of hooks & options_identities_table src/options_identities.php & options_identities_buttons src/options_identities.php logout src/signout.php + logout_above_text src/signout.php login_before src/webmail.php login_verified src/webmail.php loading_prefs src/load_prefs.php diff --git a/src/signout.php b/src/signout.php index 10f9b63a..d7258a77 100644 --- a/src/signout.php +++ b/src/signout.php @@ -55,8 +55,8 @@ <?php echo $org_title ?> - Signout +LINK="" VLINK="" +ALINK="">

@@ -67,6 +67,7 @@ CELLPADDING="2" ALIGN="CENTER">
+
-- 2.25.1