From cce46722d8029e5ac135c2c408d10f898460a92d Mon Sep 17 00:00:00 2001 From: ken restivo Date: Fri, 6 Nov 2015 17:34:03 -0800 Subject: Human > computer --- doc/develop.bb | 1 - doc/hooklist.bb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/develop.bb b/doc/develop.bb index 09ea1ee71..6694a839b 100644 --- a/doc/develop.bb +++ b/doc/develop.bb @@ -8,7 +8,6 @@ [zrl=[baseurl]/help/Creating-Templates]Creating Comanche Templates[/zrl] [zrl=[baseurl]/help/Widgets]Widgets[/zrl] [zrl=[baseurl]/help/plugins]Plugins[/zrl] -[zrl=[baseurl]/help/hooks]Hooks[/zrl] [zrl=[baseurl]/help/hooklist]Hooks (detailed - under construction)[/zrl] [zrl=[baseurl]/help/doco]Contributing Documentation[/zrl] [zrl=[baseurl]/help/DerivedTheme1]Creating Derivative Themes[/zrl] diff --git a/doc/hooklist.bb b/doc/hooklist.bb index 9e0220013..171885851 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -2,6 +2,7 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the behaviour or otherwise perform independent actions when an activity takes place or when certain data structures are accessed. There are many hooks which allow you to tie into the software at most any point and do something slightly different than the default thing. These hooks are passed two variables. The first is the App structure which contains details about the entire state of the page request as we build the resulting page. The second is unique to the specific hook that is called and provides specific detail about what is happening in the software at the time the hook is invoked. +[zrl=[baseurl]/help/hooks]Generated index of all hooks and the files which call them[/zrl] [zrl=[baseurl]/help/hook/module_mod_aftercontent]module_mod_aftercontent[/zrl] General purpose hook for any module, executed after mod_content(). Replace 'module' with module name, e.g. 'photos_mod_aftercontent'. -- cgit v1.2.3