aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2011-01-04 09:22:43 +0100
committerroot <root@diekershoff.homeunix.net>2011-01-04 09:22:43 +0100
commit51bcfb649fe2a20c9b8b1e66bc59e39da80d326b (patch)
treeef804b85942d5774a2c680d9696b65f3dc88d417 /mod/home.php
parentf3005918aff04fc435d0f526bf235bd95468294c (diff)
parentf057cc3a70dd7435b4e9e8a2a07406f0f25e3f2a (diff)
downloadvolse-hubzilla-51bcfb649fe2a20c9b8b1e66bc59e39da80d326b.tar.gz
volse-hubzilla-51bcfb649fe2a20c9b8b1e66bc59e39da80d326b.tar.bz2
volse-hubzilla-51bcfb649fe2a20c9b8b1e66bc59e39da80d326b.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/home.php')
-rw-r--r--mod/home.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/home.php b/mod/home.php
index 53b111bdf..2d646f8dd 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -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;