11 lines
277 B
PHP
11 lines
277 B
PHP
<?php
|
|
|
|
/**
|
|
* <this raw module name>_hook_<hooked raw module name>
|
|
*
|
|
* This function allows one to hook html into many different modules' pages to display html/information
|
|
* In this example we have hooked into blacklist
|
|
*
|
|
* @return string The return HTML to send back
|
|
*/
|