mirror of
https://github.com/friendica/friendica
synced 2025-04-25 12:30:11 +00:00
add plugin hook to home page content
This commit is contained in:
parent
c061603746
commit
11a44a107d
2 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue