Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
831 |
florian |
1 |
title: Multiplehooks example module
|
|
|
2 |
desc: This is a module that demonstrates the use of multiple hooks in one module. It will display "Hello" after the header and "World!" before the footer of each page.
|
|
|
3 |
hook: after_header|phorum_mod_example_multiplehooks_after_header
|
|
|
4 |
hook: before_footer|phorum_mod_example_multiplehooks_before_footer
|