From 8ed1cfc66bd1501fbea3bdd70661a9e31ef6e6be Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 27 Jun 2004 08:21:54 +0000 Subject: [PATCH] some plugins might use own hooks git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7692 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- doc/plugin.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugin.txt b/doc/plugin.txt index f3308d48..6116ae6e 100644 --- a/doc/plugin.txt +++ b/doc/plugin.txt @@ -324,12 +324,14 @@ but may be out of date soon thereafter. You never know. ;-) webmail_top src/webmail.php do_hook webmail_bottom src/webmail.php concat_hook logout_above_text src/signout.php concat_hook + O info_bottom plugins/info/options.php do_hook % = This hook is used in multiple places in the given file # = Called with hook type (see below) & = Special identity hooks (see below) ^ = Special attachments hook (see below) * = Special options hooks (see below) +O = optional hook used by plugin (#) Called With -- 2.25.1