add plugin hook to home page content

This commit is contained in:
fabrixxm 2011-01-03 10:08:53 +01:00
commit 11a44a107d
2 changed files with 7 additions and 0 deletions

View file

@ -124,6 +124,10 @@ Current hooks:
'xml' => the complete XML to be output
'home_content' - called prior to output home page content, shown to unlogged users
$b is (string) HTML of section region
*** = subject to change