add plugin hook to home page content
This commit is contained in:
@@ -24,6 +24,9 @@ function home_content(&$a) {
|
||||
$o .= file_get_contents('home.html');
|
||||
|
||||
$o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1);
|
||||
|
||||
call_hooks("home_content",$o);
|
||||
|
||||
return $o;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user