]> git.mxchange.org Git - friendica.git/blobdiff - mod/home.php
Merge branch 'master' of git://github.com/friendika/friendika
[friendica.git] / mod / home.php
index 53b111bdf7d492da4c13a01036b1c1a5f5e125fa..2d646f8dd8a4b09553a9fc365fff80f6e7b301aa 100644 (file)
@@ -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;