summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-02 16:06:06 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-02 16:06:06 +0000
commita9c83b064f38a2a1c431710c20eef611057711e8 (patch)
treea1ffb4a6abdf781498b023fdc3bc24bc464129f3 /EVENTS.txt
parent35a5934503542d585447e3eef3bebc38af8c1931 (diff)
Added event to let the site owner add more information into <address>
for contact e.g., email, location, tagline
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 8e917f11d..2c43469d4 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -1,5 +1,4 @@
-InitializePlugin: a chance to initialize a plugin in a complete
- environment
+InitializePlugin: a chance to initialize a plugin in a complete environment
CleanupPlugin: a chance to cleanup a plugin at the end of a program
@@ -117,3 +116,9 @@ EndLogout: After logging out
ArgsInitialized: After the argument array has been initialized
- $args: associative array of arguments, can be modified
+
+StartAddressData: Allows the site owner to provide additional information about themselves for contact (e.g., tagline, email, location)
+- $action: the current action
+
+EndAddressData: At the end of <address>
+- $action: the current action